Html Css Color HEX #F85811 International Orange

📋 copy color: '#F85811'

red 248 ◦ green 88 ◦ blue 17

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

Shades of International Orange #F85811

Tints of International Orange #F85811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.82%

R = 70.25%
G = 24.93%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F85811 (or 0xF85811) is known color: International Orange. HEX triplet: F8, 58 and 11. RGB value is (248,88,17). Sum of RGB (Red+Green+Blue) = 248+88+17=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F85811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85811 is #07A7EE. Grayscale: #808080. Windows color (decimal): -501743 or 1136888. OLE color: 1136888.

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

Color convert

RGB 248 88 17 -
CMYK 0 0.65 0.93 0.03
HSL 18.44º 0.94% 0.52% -
HSV(B) 18.44º 0.93% 0.97% -
XYZ 42.3 26.98 3.51 -
YUV 127.75 65.51 213.77 -
System Red Green Blue C M Y K H S L
Decimal 248 88 17 0 0.65 0.93 0.03 18.44 0.94 0.52
Hex F8 58 11 0 41 5D 3 12 5E 34
Octal 370 130 21 0 101 135 3 22 136 64
Binary 11111000 1011000 10001 0 1000001 1011101 11 10010 1011110 110100

Color Harmonies of #F85811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85811

Black with #F85811

Text Example


Text Example

White with #F85811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85811; }

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

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

background-color css

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

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

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

border-color css

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

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

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