Html Css Color HEX #FD9212 Dark Orange

📋 copy color: '#FD9212'

red 253 ◦ green 146 ◦ blue 18

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

Shades of Dark Orange #FD9212

Tints of Dark Orange #FD9212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

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

R = 60.67%
G = 35.01%
B = 4.32%

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

#FD9212 (or 0xFD9212) is known color: Dark Orange. HEX triplet: FD, 92 and 12. RGB value is (253,146,18). Sum of RGB (Red+Green+Blue) = 253+146+18=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9212 is #026DED. Grayscale: #A4A4A4. Windows color (decimal): -159214 or 1217277. OLE color: 1217277.

HSL color Cylindrical-coordinate representation of color #FD9212: hue angle of 32.68º 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 #FD9212 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 146 18 -
CMYK 0 0.42 0.93 0.01
HSL 32.68º 0.98% 0.53% -
HSV(B) 32.68º 0.93% 0.99% -
XYZ 50.9 41.48 5.9 -
YUV 163.4 45.95 191.91 -
System Red Green Blue C M Y K H S L
Decimal 253 146 18 0 0.42 0.93 0.01 32.68 0.98 0.53
Hex FD 92 12 0 2A 5D 1 21 62 35
Octal 375 222 22 0 52 135 1 41 142 65
Binary 11111101 10010010 10010 0 101010 1011101 1 100001 1100010 110101

Color Harmonies of #FD9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9212

Black with #FD9212

Text Example


Text Example

White with #FD9212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9212; }

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

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

background-color css

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

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

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

border-color css

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

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

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