Html Css Color HEX #F55211 International Orange

📋 copy color: '#F55211'

red 245 ◦ green 82 ◦ blue 17

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

Shades of International Orange #F55211

Tints of International Orange #F55211

RGB

 RED value IS 245 (96.09% from 255) = 71.22%

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

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

R = 71.22%
G = 23.84%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F55211 (or 0xF55211) is known color: International Orange. HEX triplet: F5, 52 and 11. RGB value is (245,82,17). Sum of RGB (Red+Green+Blue) = 245+82+17=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F55211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55211 is #0AADEE. Grayscale: #7B7B7B. Windows color (decimal): -699887 or 1135349. OLE color: 1135349.

HSL color Cylindrical-coordinate representation of color #F55211: hue angle of 17.11º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F55211 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 17 -
CMYK 0 0.67 0.93 0.04
HSL 17.11º 0.92% 0.51% -
HSV(B) 17.11º 0.93% 0.96% -
XYZ 40.77 25.49 3.3 -
YUV 123.33 68 214.79 -
System Red Green Blue C M Y K H S L
Decimal 245 82 17 0 0.67 0.93 0.04 17.11 0.92 0.51
Hex F5 52 11 0 43 5D 4 11 5C 33
Octal 365 122 21 0 103 135 4 21 134 63
Binary 11110101 1010010 10001 0 1000011 1011101 100 10001 1011100 110011

Color Harmonies of #F55211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55211

Black with #F55211

Text Example


Text Example

White with #F55211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55211; }

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

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

background-color css

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

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

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

border-color css

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

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

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