Html Css Color HEX #F85513 International Orange

📋 copy color: '#F85513'

red 248 ◦ green 85 ◦ blue 19

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

Shades of International Orange #F85513

Tints of International Orange #F85513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.4%

R = 70.45%
G = 24.15%
B = 5.4%

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

#F85513 (or 0xF85513) is known color: International Orange. HEX triplet: F8, 55 and 13. RGB value is (248,85,19). Sum of RGB (Red+Green+Blue) = 248+85+19=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F85513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85513 is #07AAEC. Grayscale: #7E7E7E. Windows color (decimal): -502509 or 1267192. OLE color: 1267192.

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

Color convert

RGB 248 85 19 -
CMYK 0 0.66 0.92 0.03
HSL 17.29º 0.94% 0.52% -
HSV(B) 17.29º 0.92% 0.97% -
XYZ 42.08 26.5 3.51 -
YUV 126.21 67.5 214.87 -
System Red Green Blue C M Y K H S L
Decimal 248 85 19 0 0.66 0.92 0.03 17.29 0.94 0.52
Hex F8 55 13 0 42 5C 3 11 5E 34
Octal 370 125 23 0 102 134 3 21 136 64
Binary 11111000 1010101 10011 0 1000010 1011100 11 10001 1011110 110100

Color Harmonies of #F85513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85513

Black with #F85513

Text Example


Text Example

White with #F85513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85513; }

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

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

background-color css

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

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

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

border-color css

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

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

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