Html Css Color HEX #F85818 International Orange

📋 copy color: '#F85818'

red 248 ◦ green 88 ◦ blue 24

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

Shades of International Orange #F85818

Tints of International Orange #F85818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

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

R = 68.89%
G = 24.44%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F85818 (or 0xF85818) is known color: International Orange. HEX triplet: F8, 58 and 18. RGB value is (248,88,24). Sum of RGB (Red+Green+Blue) = 248+88+24=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F85818 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85818 is #07A7E7. Grayscale: #808080. Windows color (decimal): -501736 or 1595640. OLE color: 1595640.

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

Color convert

RGB 248 88 24 -
CMYK 0 0.65 0.90 0.03
HSL 17.14º 0.94% 0.53% -
HSV(B) 17.14º 0.9% 0.97% -
XYZ 42.37 27 3.84 -
YUV 128.54 69.01 213.2 -
System Red Green Blue C M Y K H S L
Decimal 248 88 24 0 0.65 0.90 0.03 17.14 0.94 0.53
Hex F8 58 18 0 41 5A 3 11 5E 35
Octal 370 130 30 0 101 132 3 21 136 65
Binary 11111000 1011000 11000 0 1000001 1011010 11 10001 1011110 110101

Color Harmonies of #F85818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85818

Black with #F85818

Text Example


Text Example

White with #F85818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85818; }

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

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

background-color css

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

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

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

border-color css

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

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

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