Html Css Color HEX #FD4211 Orange Red

📋 copy color: '#FD4211'

red 253 ◦ green 66 ◦ blue 17

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

Shades of Orange Red #FD4211

Tints of Orange Red #FD4211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

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

R = 75.3%
G = 19.64%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD4211 (or 0xFD4211) is known color: Orange Red. HEX triplet: FD, 42 and 11. RGB value is (253,66,17). Sum of RGB (Red+Green+Blue) = 253+66+17=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4211 is #02BDEE. Grayscale: #747474. Windows color (decimal): -179695 or 1131261. OLE color: 1131261.

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

Color convert

RGB 253 66 17 -
CMYK 0 0.74 0.93 0.01
HSL 12.46º 0.98% 0.53% -
HSV(B) 12.46º 0.93% 0.99% -
XYZ 42.56 24.82 3.08 -
YUV 116.33 71.95 225.48 -
System Red Green Blue C M Y K H S L
Decimal 253 66 17 0 0.74 0.93 0.01 12.46 0.98 0.53
Hex FD 42 11 0 4A 5D 1 C 62 35
Octal 375 102 21 0 112 135 1 14 142 65
Binary 11111101 1000010 10001 0 1001010 1011101 1 1100 1100010 110101

Color Harmonies of #FD4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4211

Black with #FD4211

Text Example


Text Example

White with #FD4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4211; }

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

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

background-color css

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

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

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

border-color css

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

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

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