Html Css Color HEX #F85013 International Orange

📋 copy color: '#F85013'

red 248 ◦ green 80 ◦ blue 19

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

Shades of International Orange #F85013

Tints of International Orange #F85013

RGB

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

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

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

R = 71.47%
G = 23.05%
B = 5.48%

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

#F85013 (or 0xF85013) is known color: International Orange. HEX triplet: F8, 50 and 13. RGB value is (248,80,19). Sum of RGB (Red+Green+Blue) = 248+80+19=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F85013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85013 is #07AFEC. Grayscale: #7B7B7B. Windows color (decimal): -503789 or 1265912. OLE color: 1265912.

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

Color convert

RGB 248 80 19 -
CMYK 0 0.68 0.92 0.03
HSL 15.98º 0.94% 0.52% -
HSV(B) 15.98º 0.92% 0.97% -
XYZ 41.7 25.74 3.39 -
YUV 123.28 69.16 216.96 -
System Red Green Blue C M Y K H S L
Decimal 248 80 19 0 0.68 0.92 0.03 15.98 0.94 0.52
Hex F8 50 13 0 44 5C 3 10 5E 34
Octal 370 120 23 0 104 134 3 20 136 64
Binary 11111000 1010000 10011 0 1000100 1011100 11 10000 1011110 110100

Color Harmonies of #F85013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85013

Black with #F85013

Text Example


Text Example

White with #F85013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85013; }

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

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

background-color css

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

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

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

border-color css

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

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

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