Html Css Color HEX #FF9606 Dark Orange

📋 copy color: '#FF9606'

red 255 ◦ green 150 ◦ blue 6

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

Shades of Dark Orange #FF9606

Tints of Dark Orange #FF9606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 62.04%
G = 36.5%
B = 1.46%

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

#FF9606 (or 0xFF9606) is known color: Dark Orange. HEX triplet: FF, 96 and 06. RGB value is (255,150,6). Sum of RGB (Red+Green+Blue) = 255+150+6=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9606 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9606 is #0069F9. Grayscale: #A5A5A5. Windows color (decimal): -27130 or 431871. OLE color: 431871.

HSL color Cylindrical-coordinate representation of color #FF9606: hue angle of 34.7º 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 #FF9606 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 150 6 -
CMYK 0 0.41 0.98 0
HSL 34.7º 1% 0.51% -
HSV(B) 34.7º 0.98% 1% -
XYZ 52.18 43.09 5.74 -
YUV 164.98 38.29 192.21 -
System Red Green Blue C M Y K H S L
Decimal 255 150 6 0 0.41 0.98 0 34.7 1 0.51
Hex FF 96 6 0 29 62 0 23 64 33
Octal 377 226 6 0 51 142 0 43 144 63
Binary 11111111 10010110 110 0 101001 1100010 0 100011 1100100 110011

Color Harmonies of #FF9606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9606

Black with #FF9606

Text Example


Text Example

White with #FF9606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9606; }

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

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

background-color css

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

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

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

border-color css

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

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

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