Html Css Color HEX #F85114 International Orange

📋 copy color: '#F85114'

red 248 ◦ green 81 ◦ blue 20

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

Shades of International Orange #F85114

Tints of International Orange #F85114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.21%

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 71.06%
G = 23.21%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F85114 (or 0xF85114) is known color: International Orange. HEX triplet: F8, 51 and 14. RGB value is (248,81,20). Sum of RGB (Red+Green+Blue) = 248+81+20=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F85114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85114 is #07AEEB. Grayscale: #7C7C7C. Windows color (decimal): -503532 or 1331704. OLE color: 1331704.

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

Color convert

RGB 248 81 20 -
CMYK 0 0.67 0.92 0.03
HSL 16.05º 0.94% 0.53% -
HSV(B) 16.05º 0.92% 0.97% -
XYZ 41.78 25.89 3.46 -
YUV 123.98 69.33 216.46 -
System Red Green Blue C M Y K H S L
Decimal 248 81 20 0 0.67 0.92 0.03 16.05 0.94 0.53
Hex F8 51 14 0 43 5C 3 10 5E 35
Octal 370 121 24 0 103 134 3 20 136 65
Binary 11111000 1010001 10100 0 1000011 1011100 11 10000 1011110 110101

Color Harmonies of #F85114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85114

Black with #F85114

Text Example


Text Example

White with #F85114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85114; }

 p { color: rgb(248,81,20); }

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

background-color css

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

 a { background-color: rgb(248,81,20); }

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

border-color css

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

 span { border-color: rgb(248,81,20); }

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