Html Css Color HEX #F95119 International Orange

📋 copy color: '#F95119'

red 249 ◦ green 81 ◦ blue 25

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

Shades of International Orange #F95119

Tints of International Orange #F95119

RGB

 RED value IS 249 (97.66% from 255) = 70.14%

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

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

R = 70.14%
G = 22.82%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F95119 (or 0xF95119) is known color: International Orange. HEX triplet: F9, 51 and 19. RGB value is (249,81,25). Sum of RGB (Red+Green+Blue) = 249+81+25=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F95119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95119 is #06AEE6. Grayscale: #7D7D7D. Windows color (decimal): -437991 or 1659385. OLE color: 1659385.

HSL color Cylindrical-coordinate representation of color #F95119: hue angle of 15º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F95119 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 81 25 -
CMYK 0 0.67 0.90 0.02
HSL 15º 0.95% 0.54% -
HSV(B) 15º 0.9% 0.98% -
XYZ 42.18 26.09 3.73 -
YUV 124.85 71.66 216.55 -
System Red Green Blue C M Y K H S L
Decimal 249 81 25 0 0.67 0.90 0.02 15 0.95 0.54
Hex F9 51 19 0 43 5A 2 F 5F 36
Octal 371 121 31 0 103 132 2 17 137 66
Binary 11111001 1010001 11001 0 1000011 1011010 10 1111 1011111 110110

Color Harmonies of #F95119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95119

Black with #F95119

Text Example


Text Example

White with #F95119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95119; }

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

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

background-color css

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

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

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

border-color css

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

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

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