Html Css Color HEX #F85612 International Orange

📋 copy color: '#F85612'

red 248 ◦ green 86 ◦ blue 18

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

Shades of International Orange #F85612

Tints of International Orange #F85612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

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

R = 70.45%
G = 24.43%
B = 5.11%

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

#F85612 (or 0xF85612) is known color: International Orange. HEX triplet: F8, 56 and 12. RGB value is (248,86,18). Sum of RGB (Red+Green+Blue) = 248+86+18=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F85612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85612 is #07A9ED. Grayscale: #7F7F7F. Windows color (decimal): -502254 or 1201912. OLE color: 1201912.

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

Color convert

RGB 248 86 18 -
CMYK 0 0.65 0.93 0.03
HSL 17.74º 0.94% 0.52% -
HSV(B) 17.74º 0.93% 0.97% -
XYZ 42.15 26.66 3.5 -
YUV 126.69 66.67 214.53 -
System Red Green Blue C M Y K H S L
Decimal 248 86 18 0 0.65 0.93 0.03 17.74 0.94 0.52
Hex F8 56 12 0 41 5D 3 12 5E 34
Octal 370 126 22 0 101 135 3 22 136 64
Binary 11111000 1010110 10010 0 1000001 1011101 11 10010 1011110 110100

Color Harmonies of #F85612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85612

Black with #F85612

Text Example


Text Example

White with #F85612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85612; }

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

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

background-color css

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

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

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

border-color css

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

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

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