Html Css Color HEX #FD9211 Dark Orange

📋 copy color: '#FD9211'

red 253 ◦ green 146 ◦ blue 17

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

Shades of Dark Orange #FD9211

Tints of Dark Orange #FD9211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 60.82%
G = 35.1%
B = 4.09%

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

#FD9211 (or 0xFD9211) is known color: Dark Orange. HEX triplet: FD, 92 and 11. RGB value is (253,146,17). Sum of RGB (Red+Green+Blue) = 253+146+17=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9211 is #026DEE. Grayscale: #A3A3A3. Windows color (decimal): -159215 or 1151741. OLE color: 1151741.

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

Color convert

RGB 253 146 17 -
CMYK 0 0.42 0.93 0.01
HSL 32.8º 0.98% 0.53% -
HSV(B) 32.8º 0.93% 0.99% -
XYZ 50.89 41.48 5.85 -
YUV 163.29 45.45 191.99 -
System Red Green Blue C M Y K H S L
Decimal 253 146 17 0 0.42 0.93 0.01 32.8 0.98 0.53
Hex FD 92 11 0 2A 5D 1 21 62 35
Octal 375 222 21 0 52 135 1 41 142 65
Binary 11111101 10010010 10001 0 101010 1011101 1 100001 1100010 110101

Color Harmonies of #FD9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9211

Black with #FD9211

Text Example


Text Example

White with #FD9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9211; }

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

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

background-color css

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

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

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

border-color css

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

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

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