Html Css Color HEX #F85210 International Orange

📋 copy color: '#F85210'

red 248 ◦ green 82 ◦ blue 16

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

Shades of International Orange #F85210

Tints of International Orange #F85210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

 BLUE value IS 16 (6.64% from 255) = 4.62%

R = 71.68%
G = 23.7%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F85210 (or 0xF85210) is known color: International Orange. HEX triplet: F8, 52 and 10. RGB value is (248,82,16). Sum of RGB (Red+Green+Blue) = 248+82+16=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F85210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85210 is #07ADEF. Grayscale: #7C7C7C. Windows color (decimal): -503280 or 1069816. OLE color: 1069816.

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

Color convert

RGB 248 82 16 -
CMYK 0 0.67 0.94 0.03
HSL 17.07º 0.94% 0.52% -
HSV(B) 17.07º 0.94% 0.97% -
XYZ 41.82 26.03 3.31 -
YUV 124.11 67 216.37 -
System Red Green Blue C M Y K H S L
Decimal 248 82 16 0 0.67 0.94 0.03 17.07 0.94 0.52
Hex F8 52 10 0 43 5E 3 11 5E 34
Octal 370 122 20 0 103 136 3 21 136 64
Binary 11111000 1010010 10000 0 1000011 1011110 11 10001 1011110 110100

Color Harmonies of #F85210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85210

Black with #F85210

Text Example


Text Example

White with #F85210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85210; }

 p { color: rgb(248,82,16); }

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

background-color css

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

 a { background-color: rgb(248,82,16); }

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

border-color css

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

 span { border-color: rgb(248,82,16); }

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