Html Css Color HEX #FC534A Sunset Orange

📋 copy color: '#FC534A'

red 252 ◦ green 83 ◦ blue 74

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

Shades of Sunset Orange #FC534A

Tints of Sunset Orange #FC534A

RGB

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

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

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

R = 61.61%
G = 20.29%
B = 18.09%

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

#FC534A (or 0xFC534A) is known color: Sunset Orange. HEX triplet: FC, 53 and 4A. RGB value is (252,83,74). Sum of RGB (Red+Green+Blue) = 252+83+74=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC534A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC534A is #03ACB5. Grayscale: #848484. Windows color (decimal): -240822 or 4871164. OLE color: 4871164.

HSL color Cylindrical-coordinate representation of color #FC534A: hue angle of 3.03º 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 #FC534A is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 83 74 -
CMYK 0 0.67 0.71 0.01
HSL 3.03º 0.97% 0.64% -
HSV(B) 3.03º 0.71% 0.99% -
XYZ 44.47 27.38 9.42 -
YUV 132.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 252 83 74 0 0.67 0.71 0.01 3.03 0.97 0.64
Hex FC 53 4A 0 43 47 1 3 61 40
Octal 374 123 112 0 103 107 1 3 141 100
Binary 11111100 1010011 1001010 0 1000011 1000111 1 11 1100001 1000000

Color Harmonies of #FC534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC534A

Black with #FC534A

Text Example


Text Example

White with #FC534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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