Color Hex Logo

#ff9933 Color Hex Deep Saffron

#FF9933
(255,153,51)
27 Favorites   1 Comments

Color spaces of #ff9933 Deep Saffron

RGB 25515351
HSL0.081.000.60
HSV30°80°100°
CMYK 0.000.400.80   0.00
XYZ53.228844.28158.8737
Yxy44.28150.50030.4162
Hunter Lab66.544326.329538.6747
CIE-Lab72.416331.030465.7300

#ff9933 color RGB value is (255,153,51). This hex color code is also a web safe color which is equal to #F93. #ff9933 color name is Deep Saffron color.

#ff9933 hex color red value is 255, green value is 153 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ff9933 hue: 0.08 , saturation: 1.00 and the lightness value of ff9933 is 0.60.

The process color (four color CMYK) of #ff9933 color hex is 0.00, 0.40, 0.80, 0.00. Web safe color of #ff9933 is #ff9933. Color #ff9933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011001 00110011
Octal 377 231 63
Decimal 255 153 51
Hex FF 99 33

RGB Percentages of Color #ff9933

%55.56
%33.33
%11.11

CMYK Percentages of Color #ff9933

%0
%40
%80
%0

Triadic Colors of #ff9933

#ff9933 #33ff99 #9933ff

Analogous Colors of #ff9933

#ff9933 #ffff33 #ff3333

Monochromatic Colors of #ff9933

#ff9933

Complementary Color

#ff9933 #3399ff

#ff9933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9933 Color CSS Codes

.mybgcolor {background-color:#ff9933; } 
.myforecolor {color:#ff9933; }
.mybordercolor {border:3px solid #ff9933; }

#ff9933 Text Font Color

<p style="color:#ff9933">Text here</p>

This sample text font color is #ff9933
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff9933 Background Color

<div style="background-color:#ff9933">
Div content here</div>

This div background color is #ff9933


#ff9933 Border Color

<div style="border:3px solid #ff9933">
Div here</div>

This div border color is #ff9933


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,153,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff9933; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff9933;
  -webkit-box-shadow: 1px 1px 3px 2px #ff9933;
  box-shadow:         1px 1px 3px 2px #ff9933; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,153,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff9933">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff9933;
  -webkit-box-shadow: 1px 1px 3px 2px #ff9933;
  box-shadow:         1px 1px 3px 2px #ff9933;">
Div content here</div>

This div box has shadow with color #ff9933

Related Colors


Comments

25 Mar 2021, 15:33 Bit125

This is the websafe version of #ff8040. It does not look nearly as cool.

Please login to write comment.