Html Css Color HEX #F8522D Outrageous Orange

📋 copy color: '#F8522D'

red 248 ◦ green 82 ◦ blue 45

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

Shades of Outrageous Orange #F8522D

Tints of Outrageous Orange #F8522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12%

R = 66.13%
G = 21.87%
B = 12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8522D (or 0xF8522D) is known color: Outrageous Orange. HEX triplet: F8, 52 and 2D. RGB value is (248,82,45). Sum of RGB (Red+Green+Blue) = 248+82+45=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8522D is #07ADD2. Grayscale: #7F7F7F. Windows color (decimal): -503251 or 2970360. OLE color: 2970360.

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

Color convert

RGB 248 82 45 -
CMYK 0 0.67 0.82 0.03
HSL 10.94º 0.94% 0.57% -
HSV(B) 10.94º 0.82% 0.97% -
XYZ 42.2 26.18 5.31 -
YUV 127.42 81.5 214.01 -
System Red Green Blue C M Y K H S L
Decimal 248 82 45 0 0.67 0.82 0.03 10.94 0.94 0.57
Hex F8 52 2D 0 43 52 3 B 5E 39
Octal 370 122 55 0 103 122 3 13 136 71
Binary 11111000 1010010 101101 0 1000011 1010010 11 1011 1011110 111001

Color Harmonies of #F8522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8522D

Black with #F8522D

Text Example


Text Example

White with #F8522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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