Html Css Color HEX #F5522C Outrageous Orange

📋 copy color: '#F5522C'

red 245 ◦ green 82 ◦ blue 44

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

Shades of Outrageous Orange #F5522C

Tints of Outrageous Orange #F5522C

RGB

 RED value IS 245 (96.09% from 255) = 66.04%

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

 BLUE value IS 44 (17.58% from 255) = 11.86%

R = 66.04%
G = 22.1%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5522C (or 0xF5522C) is known color: Outrageous Orange. HEX triplet: F5, 52 and 2C. RGB value is (245,82,44). Sum of RGB (Red+Green+Blue) = 245+82+44=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F5522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5522C is #0AADD3. Grayscale: #7E7E7E. Windows color (decimal): -699860 or 2904821. OLE color: 2904821.

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

Color convert

RGB 245 82 44 -
CMYK 0 0.67 0.82 0.04
HSL 11.34º 0.91% 0.57% -
HSV(B) 11.34º 0.82% 0.96% -
XYZ 41.13 25.63 5.16 -
YUV 126.41 81.5 212.59 -
System Red Green Blue C M Y K H S L
Decimal 245 82 44 0 0.67 0.82 0.04 11.34 0.91 0.57
Hex F5 52 2C 0 43 52 4 B 5B 39
Octal 365 122 54 0 103 122 4 13 133 71
Binary 11110101 1010010 101100 0 1000011 1010010 100 1011 1011011 111001

Color Harmonies of #F5522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5522C

Black with #F5522C

Text Example


Text Example

White with #F5522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5522C; }

 p { color: rgb(245,82,44); }

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

background-color css

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

 a { background-color: rgb(245,82,44); }

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

border-color css

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

 span { border-color: rgb(245,82,44); }

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