Html Css Color HEX #F85A11 International Orange

📋 copy color: '#F85A11'

red 248 ◦ green 90 ◦ blue 17

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

Shades of International Orange #F85A11

Tints of International Orange #F85A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

 BLUE value IS 17 (7.03% from 255) = 4.79%

R = 69.86%
G = 25.35%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F85A11 (or 0xF85A11) is known color: International Orange. HEX triplet: F8, 5A and 11. RGB value is (248,90,17). Sum of RGB (Red+Green+Blue) = 248+90+17=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A11 is #07A5EE. Grayscale: #818181. Windows color (decimal): -501231 or 1137400. OLE color: 1137400.

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

Color convert

RGB 248 90 17 -
CMYK 0 0.64 0.93 0.03
HSL 18.96º 0.94% 0.52% -
HSV(B) 18.96º 0.93% 0.97% -
XYZ 42.47 27.31 3.56 -
YUV 128.92 64.85 212.94 -
System Red Green Blue C M Y K H S L
Decimal 248 90 17 0 0.64 0.93 0.03 18.96 0.94 0.52
Hex F8 5A 11 0 40 5D 3 13 5E 34
Octal 370 132 21 0 100 135 3 23 136 64
Binary 11111000 1011010 10001 0 1000000 1011101 11 10011 1011110 110100

Color Harmonies of #F85A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A11

Black with #F85A11

Text Example


Text Example

White with #F85A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A11; }

 p { color: rgb(248,90,17); }

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

background-color css

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

 a { background-color: rgb(248,90,17); }

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

border-color css

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

 span { border-color: rgb(248,90,17); }

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