Html Css Color HEX #F55118 International Orange

📋 copy color: '#F55118'

red 245 ◦ green 81 ◦ blue 24

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

Shades of International Orange #F55118

Tints of International Orange #F55118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 70%
G = 23.14%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F55118 (or 0xF55118) is known color: International Orange. HEX triplet: F5, 51 and 18. RGB value is (245,81,24). Sum of RGB (Red+Green+Blue) = 245+81+24=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F55118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55118 is #0AAEE7. Grayscale: #7B7B7B. Windows color (decimal): -700136 or 1593845. OLE color: 1593845.

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

Color convert

RGB 245 81 24 -
CMYK 0 0.67 0.90 0.04
HSL 15.48º 0.92% 0.53% -
HSV(B) 15.48º 0.9% 0.96% -
XYZ 40.76 25.36 3.61 -
YUV 123.54 71.83 214.63 -
System Red Green Blue C M Y K H S L
Decimal 245 81 24 0 0.67 0.90 0.04 15.48 0.92 0.53
Hex F5 51 18 0 43 5A 4 F 5C 35
Octal 365 121 30 0 103 132 4 17 134 65
Binary 11110101 1010001 11000 0 1000011 1011010 100 1111 1011100 110101

Color Harmonies of #F55118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55118

Black with #F55118

Text Example


Text Example

White with #F55118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55118; }

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

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

background-color css

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

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

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

border-color css

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

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

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