Html Css Color HEX #F45119 International Orange

📋 copy color: '#F45119'

red 244 ◦ green 81 ◦ blue 25

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

Shades of International Orange #F45119

Tints of International Orange #F45119

RGB

 RED value IS 244 (95.7% from 255) = 69.71%

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

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

R = 69.71%
G = 23.14%
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

#F45119 (or 0xF45119) is known color: International Orange. HEX triplet: F4, 51 and 19. RGB value is (244,81,25). Sum of RGB (Red+Green+Blue) = 244+81+25=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F45119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45119 is #0BAEE6. Grayscale: #7B7B7B. Windows color (decimal): -765671 or 1659380. OLE color: 1659380.

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

Color convert

RGB 244 81 25 -
CMYK 0 0.67 0.90 0.04
HSL 15.34º 0.91% 0.53% -
HSV(B) 15.34º 0.9% 0.96% -
XYZ 40.43 25.19 3.65 -
YUV 123.35 72.5 214.05 -
System Red Green Blue C M Y K H S L
Decimal 244 81 25 0 0.67 0.90 0.04 15.34 0.91 0.53
Hex F4 51 19 0 43 5A 4 F 5B 35
Octal 364 121 31 0 103 132 4 17 133 65
Binary 11110100 1010001 11001 0 1000011 1011010 100 1111 1011011 110101

Color Harmonies of #F45119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45119

Black with #F45119

Text Example


Text Example

White with #F45119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45119; }

 p { color: rgb(244,81,25); }

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

background-color css

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

 a { background-color: rgb(244,81,25); }

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

border-color css

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

 span { border-color: rgb(244,81,25); }

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