Html Css Color HEX #F95117 International Orange

📋 copy color: '#F95117'

red 249 ◦ green 81 ◦ blue 23

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

Shades of International Orange #F95117

Tints of International Orange #F95117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.52%

R = 70.54%
G = 22.95%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F95117 (or 0xF95117) is known color: International Orange. HEX triplet: F9, 51 and 17. RGB value is (249,81,23). Sum of RGB (Red+Green+Blue) = 249+81+23=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F95117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95117 is #06AEE8. Grayscale: #7D7D7D. Windows color (decimal): -437993 or 1528313. OLE color: 1528313.

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

Color convert

RGB 249 81 23 -
CMYK 0 0.67 0.91 0.02
HSL 15.4º 0.95% 0.53% -
HSV(B) 15.4º 0.91% 0.98% -
XYZ 42.16 26.09 3.62 -
YUV 124.62 70.66 216.72 -
System Red Green Blue C M Y K H S L
Decimal 249 81 23 0 0.67 0.91 0.02 15.4 0.95 0.53
Hex F9 51 17 0 43 5B 2 F 5F 35
Octal 371 121 27 0 103 133 2 17 137 65
Binary 11111001 1010001 10111 0 1000011 1011011 10 1111 1011111 110101

Color Harmonies of #F95117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95117

Black with #F95117

Text Example


Text Example

White with #F95117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95117; }

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

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

background-color css

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

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

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

border-color css

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

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

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