Html Css Color HEX #F55018 International Orange

📋 copy color: '#F55018'

red 245 ◦ green 80 ◦ blue 24

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

Shades of International Orange #F55018

Tints of International Orange #F55018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

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

R = 70.2%
G = 22.92%
B = 6.88%

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

#F55018 (or 0xF55018) is known color: International Orange. HEX triplet: F5, 50 and 18. RGB value is (245,80,24). Sum of RGB (Red+Green+Blue) = 245+80+24=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F55018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55018 is #0AAFE7. Grayscale: #7B7B7B. Windows color (decimal): -700392 or 1593589. OLE color: 1593589.

HSL color Cylindrical-coordinate representation of color #F55018: hue angle of 15.2º 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 #F55018 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 80 24 -
CMYK 0 0.67 0.90 0.04
HSL 15.2º 0.92% 0.53% -
HSV(B) 15.2º 0.9% 0.96% -
XYZ 40.69 25.22 3.59 -
YUV 122.95 72.16 215.05 -
System Red Green Blue C M Y K H S L
Decimal 245 80 24 0 0.67 0.90 0.04 15.2 0.92 0.53
Hex F5 50 18 0 43 5A 4 F 5C 35
Octal 365 120 30 0 103 132 4 17 134 65
Binary 11110101 1010000 11000 0 1000011 1011010 100 1111 1011100 110101

Color Harmonies of #F55018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55018

Black with #F55018

Text Example


Text Example

White with #F55018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55018; }

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

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

background-color css

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

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

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

border-color css

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

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

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