Html Css Color HEX #FC524A Sunset Orange

📋 copy color: '#FC524A'

red 252 ◦ green 82 ◦ blue 74

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

Shades of Sunset Orange #FC524A

Tints of Sunset Orange #FC524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 61.76%
G = 20.1%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC524A (or 0xFC524A) is known color: Sunset Orange. HEX triplet: FC, 52 and 4A. RGB value is (252,82,74). Sum of RGB (Red+Green+Blue) = 252+82+74=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC524A is #03ADB5. Grayscale: #848484. Windows color (decimal): -241078 or 4870908. OLE color: 4870908.

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

Color convert

RGB 252 82 74 -
CMYK 0 0.67 0.71 0.01
HSL 2.7º 0.97% 0.64% -
HSV(B) 2.7º 0.71% 0.99% -
XYZ 44.4 27.22 9.39 -
YUV 131.92 95.32 213.65 -
System Red Green Blue C M Y K H S L
Decimal 252 82 74 0 0.67 0.71 0.01 2.7 0.97 0.64
Hex FC 52 4A 0 43 47 1 3 61 40
Octal 374 122 112 0 103 107 1 3 141 100
Binary 11111100 1010010 1001010 0 1000011 1000111 1 11 1100001 1000000

Color Harmonies of #FC524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC524A

Black with #FC524A

Text Example


Text Example

White with #FC524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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