Html Css Color HEX #F85514 International Orange

📋 copy color: '#F85514'

red 248 ◦ green 85 ◦ blue 20

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

Shades of International Orange #F85514

Tints of International Orange #F85514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.08%

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

R = 70.25%
G = 24.08%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F85514 (or 0xF85514) is known color: International Orange. HEX triplet: F8, 55 and 14. RGB value is (248,85,20). Sum of RGB (Red+Green+Blue) = 248+85+20=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F85514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85514 is #07AAEB. Grayscale: #7E7E7E. Windows color (decimal): -502508 or 1332728. OLE color: 1332728.

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

Color convert

RGB 248 85 20 -
CMYK 0 0.66 0.92 0.03
HSL 17.11º 0.94% 0.53% -
HSV(B) 17.11º 0.92% 0.97% -
XYZ 42.09 26.5 3.56 -
YUV 126.33 68 214.79 -
System Red Green Blue C M Y K H S L
Decimal 248 85 20 0 0.66 0.92 0.03 17.11 0.94 0.53
Hex F8 55 14 0 42 5C 3 11 5E 35
Octal 370 125 24 0 102 134 3 21 136 65
Binary 11111000 1010101 10100 0 1000010 1011100 11 10001 1011110 110101

Color Harmonies of #F85514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85514

Black with #F85514

Text Example


Text Example

White with #F85514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85514; }

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

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

background-color css

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

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

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

border-color css

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

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

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