Html Css Color HEX #FC534C Sunset Orange

📋 copy color: '#FC534C'

red 252 ◦ green 83 ◦ blue 76

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

Shades of Sunset Orange #FC534C

Tints of Sunset Orange #FC534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.19%

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 61.31%
G = 20.19%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC534C (or 0xFC534C) is known color: Sunset Orange. HEX triplet: FC, 53 and 4C. RGB value is (252,83,76). Sum of RGB (Red+Green+Blue) = 252+83+76=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC534C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC534C is #03ACB3. Grayscale: #848484. Windows color (decimal): -240820 or 5002236. OLE color: 5002236.

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

Color convert

RGB 252 83 76 -
CMYK 0 0.67 0.70 0.01
HSL 2.39º 0.97% 0.64% -
HSV(B) 2.39º 0.7% 0.99% -
XYZ 44.54 27.4 9.78 -
YUV 132.73 95.99 213.07 -
System Red Green Blue C M Y K H S L
Decimal 252 83 76 0 0.67 0.70 0.01 2.39 0.97 0.64
Hex FC 53 4C 0 43 46 1 2 61 40
Octal 374 123 114 0 103 106 1 2 141 100
Binary 11111100 1010011 1001100 0 1000011 1000110 1 10 1100001 1000000

Color Harmonies of #FC534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC534C

Black with #FC534C

Text Example


Text Example

White with #FC534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC534C; }

 p { color: rgb(252,83,76); }

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

background-color css

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

 a { background-color: rgb(252,83,76); }

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

border-color css

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

 span { border-color: rgb(252,83,76); }

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