Html Css Color HEX #F85018 International Orange

📋 copy color: '#F85018'

red 248 ◦ green 80 ◦ blue 24

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

Shades of International Orange #F85018

Tints of International Orange #F85018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

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

R = 70.45%
G = 22.73%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F85018 (or 0xF85018) is known color: International Orange. HEX triplet: F8, 50 and 18. RGB value is (248,80,24). Sum of RGB (Red+Green+Blue) = 248+80+24=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F85018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85018 is #07AFE7. Grayscale: #7C7C7C. Windows color (decimal): -503784 or 1593592. OLE color: 1593592.

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

Color convert

RGB 248 80 24 -
CMYK 0 0.68 0.90 0.03
HSL 15º 0.94% 0.53% -
HSV(B) 15º 0.9% 0.97% -
XYZ 41.74 25.76 3.64 -
YUV 123.85 71.66 216.55 -
System Red Green Blue C M Y K H S L
Decimal 248 80 24 0 0.68 0.90 0.03 15 0.94 0.53
Hex F8 50 18 0 44 5A 3 F 5E 35
Octal 370 120 30 0 104 132 3 17 136 65
Binary 11111000 1010000 11000 0 1000100 1011010 11 1111 1011110 110101

Color Harmonies of #F85018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85018

Black with #F85018

Text Example


Text Example

White with #F85018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85018; }

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

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

background-color css

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

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

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

border-color css

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

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

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