Html Css Color HEX #FC523D Sunset Orange

📋 copy color: '#FC523D'

red 252 ◦ green 82 ◦ blue 61

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

Shades of Sunset Orange #FC523D

Tints of Sunset Orange #FC523D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.44%

R = 63.8%
G = 20.76%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC523D (or 0xFC523D) is known color: Sunset Orange. HEX triplet: FC, 52 and 3D. RGB value is (252,82,61). Sum of RGB (Red+Green+Blue) = 252+82+61=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC523D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC523D is #03ADC2. Grayscale: #828282. Windows color (decimal): -241091 or 4018940. OLE color: 4018940.

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

Color convert

RGB 252 82 61 -
CMYK 0 0.67 0.76 0.01
HSL 6.6º 0.97% 0.61% -
HSV(B) 6.6º 0.76% 0.99% -
XYZ 44 27.07 7.32 -
YUV 130.44 88.82 214.71 -
System Red Green Blue C M Y K H S L
Decimal 252 82 61 0 0.67 0.76 0.01 6.6 0.97 0.61
Hex FC 52 3D 0 43 4C 1 7 61 3D
Octal 374 122 75 0 103 114 1 7 141 75
Binary 11111100 1010010 111101 0 1000011 1001100 1 111 1100001 111101

Color Harmonies of #FC523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC523D

Black with #FC523D

Text Example


Text Example

White with #FC523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC523D; }

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

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

background-color css

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

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

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

border-color css

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

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

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