Html Css Color HEX #F55019 International Orange

📋 copy color: '#F55019'

red 245 ◦ green 80 ◦ blue 25

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

Shades of International Orange #F55019

Tints of International Orange #F55019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.14%

R = 70%
G = 22.86%
B = 7.14%

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

#F55019 (or 0xF55019) is known color: International Orange. HEX triplet: F5, 50 and 19. RGB value is (245,80,25). Sum of RGB (Red+Green+Blue) = 245+80+25=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F55019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55019 is #0AAFE6. Grayscale: #7B7B7B. Windows color (decimal): -700391 or 1659125. OLE color: 1659125.

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

Color convert

RGB 245 80 25 -
CMYK 0 0.67 0.90 0.04
HSL 15º 0.92% 0.53% -
HSV(B) 15º 0.9% 0.96% -
XYZ 40.7 25.22 3.64 -
YUV 123.07 72.66 214.97 -
System Red Green Blue C M Y K H S L
Decimal 245 80 25 0 0.67 0.90 0.04 15 0.92 0.53
Hex F5 50 19 0 43 5A 4 F 5C 35
Octal 365 120 31 0 103 132 4 17 134 65
Binary 11110101 1010000 11001 0 1000011 1011010 100 1111 1011100 110101

Color Harmonies of #F55019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55019

Black with #F55019

Text Example


Text Example

White with #F55019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55019; }

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

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

background-color css

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

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

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

border-color css

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

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

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