Html Css Color HEX #F85918 International Orange

📋 copy color: '#F85918'

red 248 ◦ green 89 ◦ blue 24

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

Shades of International Orange #F85918

Tints of International Orange #F85918

RGB

 RED value IS 248 (97.27% from 255) = 68.7%

 GREEN value IS 89 (35.16% from 255) = 24.65%

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

R = 68.7%
G = 24.65%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F85918 (or 0xF85918) is known color: International Orange. HEX triplet: F8, 59 and 18. RGB value is (248,89,24). Sum of RGB (Red+Green+Blue) = 248+89+24=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F85918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85918 is #07A6E7. Grayscale: #818181. Windows color (decimal): -501480 or 1595896. OLE color: 1595896.

HSL color Cylindrical-coordinate representation of color #F85918: hue angle of 17.41º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F85918 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 89 24 -
CMYK 0 0.64 0.90 0.03
HSL 17.41º 0.94% 0.53% -
HSV(B) 17.41º 0.9% 0.97% -
XYZ 42.45 27.17 3.87 -
YUV 129.13 68.68 212.79 -
System Red Green Blue C M Y K H S L
Decimal 248 89 24 0 0.64 0.90 0.03 17.41 0.94 0.53
Hex F8 59 18 0 40 5A 3 11 5E 35
Octal 370 131 30 0 100 132 3 21 136 65
Binary 11111000 1011001 11000 0 1000000 1011010 11 10001 1011110 110101

Color Harmonies of #F85918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85918

Black with #F85918

Text Example


Text Example

White with #F85918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85918; }

 p { color: rgb(248,89,24); }

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

background-color css

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

 a { background-color: rgb(248,89,24); }

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

border-color css

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

 span { border-color: rgb(248,89,24); }

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