Html Css Color HEX #F85816 International Orange

📋 copy color: '#F85816'

red 248 ◦ green 88 ◦ blue 22

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

Shades of International Orange #F85816

Tints of International Orange #F85816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.15%

R = 69.27%
G = 24.58%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F85816 (or 0xF85816) is known color: International Orange. HEX triplet: F8, 58 and 16. RGB value is (248,88,22). Sum of RGB (Red+Green+Blue) = 248+88+22=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F85816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85816 is #07A7E9. Grayscale: #808080. Windows color (decimal): -501738 or 1464568. OLE color: 1464568.

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

Color convert

RGB 248 88 22 -
CMYK 0 0.65 0.91 0.03
HSL 17.52º 0.94% 0.53% -
HSV(B) 17.52º 0.91% 0.97% -
XYZ 42.35 26.99 3.74 -
YUV 128.32 68.01 213.37 -
System Red Green Blue C M Y K H S L
Decimal 248 88 22 0 0.65 0.91 0.03 17.52 0.94 0.53
Hex F8 58 16 0 41 5B 3 12 5E 35
Octal 370 130 26 0 101 133 3 22 136 65
Binary 11111000 1011000 10110 0 1000001 1011011 11 10010 1011110 110101

Color Harmonies of #F85816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85816

Black with #F85816

Text Example


Text Example

White with #F85816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85816; }

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

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

background-color css

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

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

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

border-color css

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

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

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