Html Css Color HEX #F85220 Outrageous Orange

📋 copy color: '#F85220'

red 248 ◦ green 82 ◦ blue 32

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

Shades of Outrageous Orange #F85220

Tints of Outrageous Orange #F85220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.84%

R = 68.51%
G = 22.65%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F85220 (or 0xF85220) is known color: Outrageous Orange. HEX triplet: F8, 52 and 20. RGB value is (248,82,32). Sum of RGB (Red+Green+Blue) = 248+82+32=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F85220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85220 is #07ADDF. Grayscale: #7E7E7E. Windows color (decimal): -503264 or 2118392. OLE color: 2118392.

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

Color convert

RGB 248 82 32 -
CMYK 0 0.67 0.87 0.03
HSL 13.89º 0.94% 0.55% -
HSV(B) 13.89º 0.87% 0.97% -
XYZ 41.99 26.1 4.19 -
YUV 125.93 75 215.07 -
System Red Green Blue C M Y K H S L
Decimal 248 82 32 0 0.67 0.87 0.03 13.89 0.94 0.55
Hex F8 52 20 0 43 57 3 E 5E 37
Octal 370 122 40 0 103 127 3 16 136 67
Binary 11111000 1010010 100000 0 1000011 1010111 11 1110 1011110 110111

Color Harmonies of #F85220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85220

Black with #F85220

Text Example


Text Example

White with #F85220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85220; }

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

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

background-color css

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

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

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

border-color css

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

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

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