Html Css Color HEX #F85810 International Orange

📋 copy color: '#F85810'

red 248 ◦ green 88 ◦ blue 16

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

Shades of International Orange #F85810

Tints of International Orange #F85810

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

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

R = 70.45%
G = 25%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F85810 (or 0xF85810) is known color: International Orange. HEX triplet: F8, 58 and 10. RGB value is (248,88,16). Sum of RGB (Red+Green+Blue) = 248+88+16=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F85810 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85810 is #07A7EF. Grayscale: #808080. Windows color (decimal): -501744 or 1071352. OLE color: 1071352.

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

Color convert

RGB 248 88 16 -
CMYK 0 0.65 0.94 0.03
HSL 18.62º 0.94% 0.52% -
HSV(B) 18.62º 0.94% 0.97% -
XYZ 42.29 26.97 3.47 -
YUV 127.63 65.01 213.85 -
System Red Green Blue C M Y K H S L
Decimal 248 88 16 0 0.65 0.94 0.03 18.62 0.94 0.52
Hex F8 58 10 0 41 5E 3 13 5E 34
Octal 370 130 20 0 101 136 3 23 136 64
Binary 11111000 1011000 10000 0 1000001 1011110 11 10011 1011110 110100

Color Harmonies of #F85810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85810

Black with #F85810

Text Example


Text Example

White with #F85810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85810; }

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

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

background-color css

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

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

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

border-color css

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

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

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