Html Css Color HEX #F85015 International Orange

📋 copy color: '#F85015'

red 248 ◦ green 80 ◦ blue 21

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

Shades of International Orange #F85015

Tints of International Orange #F85015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.02%

R = 71.06%
G = 22.92%
B = 6.02%

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

#F85015 (or 0xF85015) is known color: International Orange. HEX triplet: F8, 50 and 15. RGB value is (248,80,21). Sum of RGB (Red+Green+Blue) = 248+80+21=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F85015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85015 is #07AFEA. Grayscale: #7B7B7B. Windows color (decimal): -503787 or 1396984. OLE color: 1396984.

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

Color convert

RGB 248 80 21 -
CMYK 0 0.68 0.92 0.03
HSL 15.59º 0.94% 0.53% -
HSV(B) 15.59º 0.92% 0.97% -
XYZ 41.72 25.75 3.48 -
YUV 123.51 70.16 216.8 -
System Red Green Blue C M Y K H S L
Decimal 248 80 21 0 0.68 0.92 0.03 15.59 0.94 0.53
Hex F8 50 15 0 44 5C 3 10 5E 35
Octal 370 120 25 0 104 134 3 20 136 65
Binary 11111000 1010000 10101 0 1000100 1011100 11 10000 1011110 110101

Color Harmonies of #F85015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85015

Black with #F85015

Text Example


Text Example

White with #F85015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85015; }

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

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

background-color css

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

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

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

border-color css

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

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

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