Html Css Color HEX #FD9112 Dark Orange

📋 copy color: '#FD9112'

red 253 ◦ green 145 ◦ blue 18

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

Shades of Dark Orange #FD9112

Tints of Dark Orange #FD9112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.86%

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

R = 60.82%
G = 34.86%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD9112 (or 0xFD9112) is known color: Dark Orange. HEX triplet: FD, 91 and 12. RGB value is (253,145,18). Sum of RGB (Red+Green+Blue) = 253+145+18=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9112 is #026EED. Grayscale: #A3A3A3. Windows color (decimal): -159470 or 1217021. OLE color: 1217021.

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

Color convert

RGB 253 145 18 -
CMYK 0 0.43 0.93 0.01
HSL 32.43º 0.98% 0.53% -
HSV(B) 32.43º 0.93% 0.99% -
XYZ 50.74 41.18 5.85 -
YUV 162.81 46.28 192.33 -
System Red Green Blue C M Y K H S L
Decimal 253 145 18 0 0.43 0.93 0.01 32.43 0.98 0.53
Hex FD 91 12 0 2B 5D 1 20 62 35
Octal 375 221 22 0 53 135 1 40 142 65
Binary 11111101 10010001 10010 0 101011 1011101 1 100000 1100010 110101

Color Harmonies of #FD9112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9112

Black with #FD9112

Text Example


Text Example

White with #FD9112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9112; }

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

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

background-color css

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

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

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

border-color css

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

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

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