Html Css Color HEX #F85613 International Orange

📋 copy color: '#F85613'

red 248 ◦ green 86 ◦ blue 19

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

Shades of International Orange #F85613

Tints of International Orange #F85613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

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

R = 70.25%
G = 24.36%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F85613 (or 0xF85613) is known color: International Orange. HEX triplet: F8, 56 and 13. RGB value is (248,86,19). Sum of RGB (Red+Green+Blue) = 248+86+19=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F85613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85613 is #07A9EC. Grayscale: #7F7F7F. Windows color (decimal): -502253 or 1267448. OLE color: 1267448.

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

Color convert

RGB 248 86 19 -
CMYK 0 0.65 0.92 0.03
HSL 17.55º 0.94% 0.52% -
HSV(B) 17.55º 0.92% 0.97% -
XYZ 42.16 26.66 3.54 -
YUV 126.8 67.17 214.45 -
System Red Green Blue C M Y K H S L
Decimal 248 86 19 0 0.65 0.92 0.03 17.55 0.94 0.52
Hex F8 56 13 0 41 5C 3 12 5E 34
Octal 370 126 23 0 101 134 3 22 136 64
Binary 11111000 1010110 10011 0 1000001 1011100 11 10010 1011110 110100

Color Harmonies of #F85613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85613

Black with #F85613

Text Example


Text Example

White with #F85613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85613; }

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

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

background-color css

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

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

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

border-color css

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

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

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