Html Css Color HEX #FD9603 Dark Orange

📋 copy color: '#FD9603'

red 253 ◦ green 150 ◦ blue 3

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

Shades of Dark Orange #FD9603

Tints of Dark Orange #FD9603

RGB

 RED value IS 253 (99.22% from 255) = 62.32%

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

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

R = 62.32%
G = 36.95%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD9603 (or 0xFD9603) is known color: Dark Orange. HEX triplet: FD, 96 and 03. RGB value is (253,150,3). Sum of RGB (Red+Green+Blue) = 253+150+3=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9603 is #0269FC. Grayscale: #A4A4A4. Windows color (decimal): -158205 or 235261. OLE color: 235261.

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

Color convert

RGB 253 150 3 -
CMYK 0 0.41 0.99 0.01
HSL 35.28º 0.98% 0.5% -
HSV(B) 35.28º 0.99% 0.99% -
XYZ 51.43 42.7 5.62 -
YUV 164.04 37.12 191.45 -
System Red Green Blue C M Y K H S L
Decimal 253 150 3 0 0.41 0.99 0.01 35.28 0.98 0.5
Hex FD 96 3 0 29 63 1 23 62 32
Octal 375 226 3 0 51 143 1 43 142 62
Binary 11111101 10010110 11 0 101001 1100011 1 100011 1100010 110010

Color Harmonies of #FD9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9603

Black with #FD9603

Text Example


Text Example

White with #FD9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9603; }

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

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

background-color css

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

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

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

border-color css

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

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

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