Html Css Color HEX #F85012 International Orange

📋 copy color: '#F85012'

red 248 ◦ green 80 ◦ blue 18

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

Shades of International Orange #F85012

Tints of International Orange #F85012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

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

R = 71.68%
G = 23.12%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F85012 (or 0xF85012) is known color: International Orange. HEX triplet: F8, 50 and 12. RGB value is (248,80,18). Sum of RGB (Red+Green+Blue) = 248+80+18=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F85012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85012 is #07AFED. Grayscale: #7B7B7B. Windows color (decimal): -503790 or 1200376. OLE color: 1200376.

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

Color convert

RGB 248 80 18 -
CMYK 0 0.68 0.93 0.03
HSL 16.17º 0.94% 0.52% -
HSV(B) 16.17º 0.93% 0.97% -
XYZ 41.69 25.74 3.34 -
YUV 123.16 68.66 217.04 -
System Red Green Blue C M Y K H S L
Decimal 248 80 18 0 0.68 0.93 0.03 16.17 0.94 0.52
Hex F8 50 12 0 44 5D 3 10 5E 34
Octal 370 120 22 0 104 135 3 20 136 64
Binary 11111000 1010000 10010 0 1000100 1011101 11 10000 1011110 110100

Color Harmonies of #F85012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85012

Black with #F85012

Text Example


Text Example

White with #F85012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85012; }

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

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

background-color css

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

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

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

border-color css

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

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

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