Html Css Color HEX #FF9604 Dark Orange

📋 copy color: '#FF9604'

red 255 ◦ green 150 ◦ blue 4

#FF9604
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #FF9604

Tints of Dark Orange #FF9604

RGB

 RED value IS 255 (100% from 255) = 62.35%

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 62.35%
G = 36.67%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF9604 (or 0xFF9604) is known color: Dark Orange. HEX triplet: FF, 96 and 04. RGB value is (255,150,4). Sum of RGB (Red+Green+Blue) = 255+150+4=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9604 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9604 is #0069FB. Grayscale: #A5A5A5. Windows color (decimal): -27132 or 300799. OLE color: 300799.

HSL color Cylindrical-coordinate representation of color #FF9604: hue angle of 34.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF9604 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 150 4 -
CMYK 0 0.41 0.98 0
HSL 34.9º 1% 0.51% -
HSV(B) 34.9º 0.98% 1% -
XYZ 52.17 43.08 5.68 -
YUV 164.75 37.29 192.37 -
System Red Green Blue C M Y K H S L
Decimal 255 150 4 0 0.41 0.98 0 34.9 1 0.51
Hex FF 96 4 0 29 62 0 23 64 33
Octal 377 226 4 0 51 142 0 43 144 63
Binary 11111111 10010110 100 0 101001 1100010 0 100011 1100100 110011

Color Harmonies of #FF9604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9604

Black with #FF9604

Text Example


Text Example

White with #FF9604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9604; }

 p { color: rgb(255,150,4); }

 H1.HeaderClassName
 {
   color: #FF9604;
 }
 .AnyTagClassName
 {
   color: #FF9604;
 }
</style>

background-color css

<style>
 a { background-color: #FF9604; }

 a { background-color: rgb(255,150,4); }

 div.DivClassName
 {
   background-color: #FF9604;
 }
 .BgClassName
 {
   background-color: #FF9604;
 }
</style>

border-color css

<style>
 span { border-color: #FF9604; }

 span { border-color: rgb(255,150,4); }

 td.TdClassName
 {
   border-color: #FF9604;
 }
 .TagClassName
 {
   border-color: #FF9604;
 }
</style>