Html Css Color HEX #F55419 International Orange

📋 copy color: '#F55419'

red 245 ◦ green 84 ◦ blue 25

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

Shades of International Orange #F55419

Tints of International Orange #F55419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.73%

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

R = 69.21%
G = 23.73%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F55419 (or 0xF55419) is known color: International Orange. HEX triplet: F5, 54 and 19. RGB value is (245,84,25). Sum of RGB (Red+Green+Blue) = 245+84+25=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F55419 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55419 is #0AABE6. Grayscale: #7D7D7D. Windows color (decimal): -699367 or 1660149. OLE color: 1660149.

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

Color convert

RGB 245 84 25 -
CMYK 0 0.66 0.90 0.04
HSL 16.09º 0.92% 0.53% -
HSV(B) 16.09º 0.9% 0.96% -
XYZ 41 25.82 3.74 -
YUV 125.41 71.34 213.3 -
System Red Green Blue C M Y K H S L
Decimal 245 84 25 0 0.66 0.90 0.04 16.09 0.92 0.53
Hex F5 54 19 0 42 5A 4 10 5C 35
Octal 365 124 31 0 102 132 4 20 134 65
Binary 11110101 1010100 11001 0 1000010 1011010 100 10000 1011100 110101

Color Harmonies of #F55419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55419

Black with #F55419

Text Example


Text Example

White with #F55419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55419; }

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

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

background-color css

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

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

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

border-color css

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

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

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