Html Css Color HEX #FF9603 Dark Orange

📋 copy color: '#FF9603'

red 255 ◦ green 150 ◦ blue 3

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

Shades of Dark Orange #FF9603

Tints of Dark Orange #FF9603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 62.5%
G = 36.76%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF9603 (or 0xFF9603) is known color: Dark Orange. HEX triplet: FF, 96 and 03. RGB value is (255,150,3). Sum of RGB (Red+Green+Blue) = 255+150+3=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9603 is #0069FC. Grayscale: #A5A5A5. Windows color (decimal): -27133 or 235263. OLE color: 235263.

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

Color convert

RGB 255 150 3 -
CMYK 0 0.41 0.99 0
HSL 35º 1% 0.51% -
HSV(B) 35º 0.99% 1% -
XYZ 52.16 43.08 5.65 -
YUV 164.64 36.79 192.45 -
System Red Green Blue C M Y K H S L
Decimal 255 150 3 0 0.41 0.99 0 35 1 0.51
Hex FF 96 3 0 29 63 0 23 64 33
Octal 377 226 3 0 51 143 0 43 144 63
Binary 11111111 10010110 11 0 101001 1100011 0 100011 1100100 110011

Color Harmonies of #FF9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9603

Black with #FF9603

Text Example


Text Example

White with #FF9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9603; }

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

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

background-color css

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

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

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

border-color css

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

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

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