Html Css Color HEX #F55112 International Orange

📋 copy color: '#F55112'

red 245 ◦ green 81 ◦ blue 18

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

Shades of International Orange #F55112

Tints of International Orange #F55112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

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

R = 71.22%
G = 23.55%
B = 5.23%

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

#F55112 (or 0xF55112) is known color: International Orange. HEX triplet: F5, 51 and 12. RGB value is (245,81,18). Sum of RGB (Red+Green+Blue) = 245+81+18=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F55112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55112 is #0AAEED. Grayscale: #7B7B7B. Windows color (decimal): -700142 or 1200629. OLE color: 1200629.

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

Color convert

RGB 245 81 18 -
CMYK 0 0.67 0.93 0.04
HSL 16.65º 0.92% 0.52% -
HSV(B) 16.65º 0.93% 0.96% -
XYZ 40.71 25.34 3.32 -
YUV 122.85 68.83 215.12 -
System Red Green Blue C M Y K H S L
Decimal 245 81 18 0 0.67 0.93 0.04 16.65 0.92 0.52
Hex F5 51 12 0 43 5D 4 11 5C 34
Octal 365 121 22 0 103 135 4 21 134 64
Binary 11110101 1010001 10010 0 1000011 1011101 100 10001 1011100 110100

Color Harmonies of #F55112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55112

Black with #F55112

Text Example


Text Example

White with #F55112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55112; }

 p { color: rgb(245,81,18); }

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

background-color css

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

 a { background-color: rgb(245,81,18); }

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

border-color css

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

 span { border-color: rgb(245,81,18); }

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