Html Css Color HEX #F85808 International Orange

📋 copy color: '#F85808'

red 248 ◦ green 88 ◦ blue 8

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

Shades of International Orange #F85808

Tints of International Orange #F85808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.33%

R = 72.09%
G = 25.58%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F85808 (or 0xF85808) is known color: International Orange. HEX triplet: F8, 58 and 08. RGB value is (248,88,8). Sum of RGB (Red+Green+Blue) = 248+88+8=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F85808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85808 is #07A7F7. Grayscale: #7F7F7F. Windows color (decimal): -501752 or 547064. OLE color: 547064.

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

Color convert

RGB 248 88 8 -
CMYK 0 0.65 0.97 0.03
HSL 20º 0.94% 0.5% -
HSV(B) 20º 0.97% 0.97% -
XYZ 42.24 26.95 3.21 -
YUV 126.72 61.01 214.5 -
System Red Green Blue C M Y K H S L
Decimal 248 88 8 0 0.65 0.97 0.03 20 0.94 0.5
Hex F8 58 8 0 41 61 3 14 5E 32
Octal 370 130 10 0 101 141 3 24 136 62
Binary 11111000 1011000 1000 0 1000001 1100001 11 10100 1011110 110010

Color Harmonies of #F85808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85808

Black with #F85808

Text Example


Text Example

White with #F85808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85808; }

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

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

background-color css

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

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

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

border-color css

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

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

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