Html Css Color HEX #F95518 International Orange

📋 copy color: '#F95518'

red 249 ◦ green 85 ◦ blue 24

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

Shades of International Orange #F95518

Tints of International Orange #F95518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

 BLUE value IS 24 (9.77% from 255) = 6.7%

R = 69.55%
G = 23.74%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F95518 (or 0xF95518) is known color: International Orange. HEX triplet: F9, 55 and 18. RGB value is (249,85,24). Sum of RGB (Red+Green+Blue) = 249+85+24=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F95518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95518 is #06AAE7. Grayscale: #7F7F7F. Windows color (decimal): -436968 or 1594873. OLE color: 1594873.

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

Color convert

RGB 249 85 24 -
CMYK 0 0.66 0.90 0.02
HSL 16.27º 0.95% 0.54% -
HSV(B) 16.27º 0.9% 0.98% -
XYZ 42.48 26.7 3.78 -
YUV 127.08 69.83 214.96 -
System Red Green Blue C M Y K H S L
Decimal 249 85 24 0 0.66 0.90 0.02 16.27 0.95 0.54
Hex F9 55 18 0 42 5A 2 10 5F 36
Octal 371 125 30 0 102 132 2 20 137 66
Binary 11111001 1010101 11000 0 1000010 1011010 10 10000 1011111 110110

Color Harmonies of #F95518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95518

Black with #F95518

Text Example


Text Example

White with #F95518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95518; }

 p { color: rgb(249,85,24); }

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

background-color css

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

 a { background-color: rgb(249,85,24); }

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

border-color css

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

 span { border-color: rgb(249,85,24); }

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