Html Css Color HEX #FC522D Outrageous Orange

📋 copy color: '#FC522D'

red 252 ◦ green 82 ◦ blue 45

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

Shades of Outrageous Orange #FC522D

Tints of Outrageous Orange #FC522D

RGB

 RED value IS 252 (98.83% from 255) = 66.49%

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

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

R = 66.49%
G = 21.64%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC522D (or 0xFC522D) is known color: Outrageous Orange. HEX triplet: FC, 52 and 2D. RGB value is (252,82,45). Sum of RGB (Red+Green+Blue) = 252+82+45=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC522D is #03ADD2. Grayscale: #808080. Windows color (decimal): -241107 or 2970364. OLE color: 2970364.

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

Color convert

RGB 252 82 45 -
CMYK 0 0.67 0.82 0.01
HSL 10.72º 0.97% 0.58% -
HSV(B) 10.72º 0.82% 0.99% -
XYZ 43.64 26.92 5.38 -
YUV 128.61 80.82 216.01 -
System Red Green Blue C M Y K H S L
Decimal 252 82 45 0 0.67 0.82 0.01 10.72 0.97 0.58
Hex FC 52 2D 0 43 52 1 B 61 3A
Octal 374 122 55 0 103 122 1 13 141 72
Binary 11111100 1010010 101101 0 1000011 1010010 1 1011 1100001 111010

Color Harmonies of #FC522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC522D

Black with #FC522D

Text Example


Text Example

White with #FC522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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