Html Css Color HEX #FD5211 International Orange

📋 copy color: '#FD5211'

red 253 ◦ green 82 ◦ blue 17

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

Shades of International Orange #FD5211

Tints of International Orange #FD5211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 71.88%
G = 23.3%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD5211 (or 0xFD5211) is known color: International Orange. HEX triplet: FD, 52 and 11. RGB value is (253,82,17). Sum of RGB (Red+Green+Blue) = 253+82+17=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5211 is #02ADEE. Grayscale: #7E7E7E. Windows color (decimal): -175599 or 1135357. OLE color: 1135357.

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

Color convert

RGB 253 82 17 -
CMYK 0 0.68 0.93 0.01
HSL 16.53º 0.98% 0.53% -
HSV(B) 16.53º 0.93% 0.99% -
XYZ 43.63 26.96 3.43 -
YUV 125.72 66.65 218.79 -
System Red Green Blue C M Y K H S L
Decimal 253 82 17 0 0.68 0.93 0.01 16.53 0.98 0.53
Hex FD 52 11 0 44 5D 1 11 62 35
Octal 375 122 21 0 104 135 1 21 142 65
Binary 11111101 1010010 10001 0 1000100 1011101 1 10001 1100010 110101

Color Harmonies of #FD5211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5211

Black with #FD5211

Text Example


Text Example

White with #FD5211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5211; }

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

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

background-color css

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

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

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

border-color css

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

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

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