Html Css Color HEX #FD9412 Dark Orange

📋 copy color: '#FD9412'

red 253 ◦ green 148 ◦ blue 18

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

Shades of Dark Orange #FD9412

Tints of Dark Orange #FD9412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

 BLUE value IS 18 (7.42% from 255) = 4.3%

R = 60.38%
G = 35.32%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD9412 (or 0xFD9412) is known color: Dark Orange. HEX triplet: FD, 94 and 12. RGB value is (253,148,18). Sum of RGB (Red+Green+Blue) = 253+148+18=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9412 is #026BED. Grayscale: #A5A5A5. Windows color (decimal): -158702 or 1217789. OLE color: 1217789.

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

Color convert

RGB 253 148 18 -
CMYK 0 0.42 0.93 0.01
HSL 33.19º 0.98% 0.53% -
HSV(B) 33.19º 0.93% 0.99% -
XYZ 51.21 42.11 6 -
YUV 164.58 45.29 191.07 -
System Red Green Blue C M Y K H S L
Decimal 253 148 18 0 0.42 0.93 0.01 33.19 0.98 0.53
Hex FD 94 12 0 2A 5D 1 21 62 35
Octal 375 224 22 0 52 135 1 41 142 65
Binary 11111101 10010100 10010 0 101010 1011101 1 100001 1100010 110101

Color Harmonies of #FD9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9412

Black with #FD9412

Text Example


Text Example

White with #FD9412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9412; }

 p { color: rgb(253,148,18); }

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

background-color css

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

 a { background-color: rgb(253,148,18); }

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

border-color css

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

 span { border-color: rgb(253,148,18); }

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