Html Css Color HEX #F85814 International Orange

📋 copy color: '#F85814'

red 248 ◦ green 88 ◦ blue 20

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

Shades of International Orange #F85814

Tints of International Orange #F85814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 69.66%
G = 24.72%
B = 5.62%

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

#F85814 (or 0xF85814) is known color: International Orange. HEX triplet: F8, 58 and 14. RGB value is (248,88,20). Sum of RGB (Red+Green+Blue) = 248+88+20=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F85814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85814 is #07A7EB. Grayscale: #808080. Windows color (decimal): -501740 or 1333496. OLE color: 1333496.

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

Color convert

RGB 248 88 20 -
CMYK 0 0.65 0.92 0.03
HSL 17.89º 0.94% 0.53% -
HSV(B) 17.89º 0.92% 0.97% -
XYZ 42.33 26.99 3.64 -
YUV 128.09 67.01 213.53 -
System Red Green Blue C M Y K H S L
Decimal 248 88 20 0 0.65 0.92 0.03 17.89 0.94 0.53
Hex F8 58 14 0 41 5C 3 12 5E 35
Octal 370 130 24 0 101 134 3 22 136 65
Binary 11111000 1011000 10100 0 1000001 1011100 11 10010 1011110 110101

Color Harmonies of #F85814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85814

Black with #F85814

Text Example


Text Example

White with #F85814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85814; }

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

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

background-color css

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

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

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

border-color css

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

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

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