Html Css Color HEX #F85014 International Orange

📋 copy color: '#F85014'

red 248 ◦ green 80 ◦ blue 20

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

Shades of International Orange #F85014

Tints of International Orange #F85014

RGB

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

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

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

R = 71.26%
G = 22.99%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F85014 (or 0xF85014) is known color: International Orange. HEX triplet: F8, 50 and 14. RGB value is (248,80,20). Sum of RGB (Red+Green+Blue) = 248+80+20=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F85014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85014 is #07AFEB. Grayscale: #7B7B7B. Windows color (decimal): -503788 or 1331448. OLE color: 1331448.

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

Color convert

RGB 248 80 20 -
CMYK 0 0.68 0.92 0.03
HSL 15.79º 0.94% 0.53% -
HSV(B) 15.79º 0.92% 0.97% -
XYZ 41.71 25.74 3.43 -
YUV 123.39 69.66 216.88 -
System Red Green Blue C M Y K H S L
Decimal 248 80 20 0 0.68 0.92 0.03 15.79 0.94 0.53
Hex F8 50 14 0 44 5C 3 10 5E 35
Octal 370 120 24 0 104 134 3 20 136 65
Binary 11111000 1010000 10100 0 1000100 1011100 11 10000 1011110 110101

Color Harmonies of #F85014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85014

Black with #F85014

Text Example


Text Example

White with #F85014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85014; }

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

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

background-color css

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

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

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

border-color css

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

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

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