Html Css Color HEX #F85812 International Orange

📋 copy color: '#F85812'

red 248 ◦ green 88 ◦ blue 18

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

Shades of International Orange #F85812

Tints of International Orange #F85812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.08%

R = 70.06%
G = 24.86%
B = 5.08%

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

#F85812 (or 0xF85812) is known color: International Orange. HEX triplet: F8, 58 and 12. RGB value is (248,88,18). Sum of RGB (Red+Green+Blue) = 248+88+18=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F85812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85812 is #07A7ED. Grayscale: #808080. Windows color (decimal): -501742 or 1202424. OLE color: 1202424.

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

Color convert

RGB 248 88 18 -
CMYK 0 0.65 0.93 0.03
HSL 18.26º 0.94% 0.52% -
HSV(B) 18.26º 0.93% 0.97% -
XYZ 42.31 26.98 3.55 -
YUV 127.86 66.01 213.69 -
System Red Green Blue C M Y K H S L
Decimal 248 88 18 0 0.65 0.93 0.03 18.26 0.94 0.52
Hex F8 58 12 0 41 5D 3 12 5E 34
Octal 370 130 22 0 101 135 3 22 136 64
Binary 11111000 1011000 10010 0 1000001 1011101 11 10010 1011110 110100

Color Harmonies of #F85812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85812

Black with #F85812

Text Example


Text Example

White with #F85812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85812; }

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

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

background-color css

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

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

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

border-color css

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

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

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