Html Css Color HEX #F55012 International Orange

📋 copy color: '#F55012'

red 245 ◦ green 80 ◦ blue 18

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

Shades of International Orange #F55012

Tints of International Orange #F55012

RGB

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

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

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

R = 71.43%
G = 23.32%
B = 5.25%

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

#F55012 (or 0xF55012) is known color: International Orange. HEX triplet: F5, 50 and 12. RGB value is (245,80,18). Sum of RGB (Red+Green+Blue) = 245+80+18=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F55012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55012 is #0AAFED. Grayscale: #7A7A7A. Windows color (decimal): -700398 or 1200373. OLE color: 1200373.

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

Color convert

RGB 245 80 18 -
CMYK 0 0.67 0.93 0.04
HSL 16.39º 0.92% 0.52% -
HSV(B) 16.39º 0.93% 0.96% -
XYZ 40.63 25.19 3.29 -
YUV 122.27 69.16 215.54 -
System Red Green Blue C M Y K H S L
Decimal 245 80 18 0 0.67 0.93 0.04 16.39 0.92 0.52
Hex F5 50 12 0 43 5D 4 10 5C 34
Octal 365 120 22 0 103 135 4 20 134 64
Binary 11110101 1010000 10010 0 1000011 1011101 100 10000 1011100 110100

Color Harmonies of #F55012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55012

Black with #F55012

Text Example


Text Example

White with #F55012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55012; }

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

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

background-color css

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

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

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

border-color css

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

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

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