Html Css Color HEX #FC534B Sunset Orange

📋 copy color: '#FC534B'

red 252 ◦ green 83 ◦ blue 75

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

Shades of Sunset Orange #FC534B

Tints of Sunset Orange #FC534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 61.46%
G = 20.24%
B = 18.29%

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

#FC534B (or 0xFC534B) is known color: Sunset Orange. HEX triplet: FC, 53 and 4B. RGB value is (252,83,75). Sum of RGB (Red+Green+Blue) = 252+83+75=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC534B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC534B is #03ACB4. Grayscale: #848484. Windows color (decimal): -240821 or 4936700. OLE color: 4936700.

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

Color convert

RGB 252 83 75 -
CMYK 0 0.67 0.70 0.01
HSL 2.71º 0.97% 0.64% -
HSV(B) 2.71º 0.7% 0.99% -
XYZ 44.51 27.39 9.6 -
YUV 132.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 252 83 75 0 0.67 0.70 0.01 2.71 0.97 0.64
Hex FC 53 4B 0 43 46 1 3 61 40
Octal 374 123 113 0 103 106 1 3 141 100
Binary 11111100 1010011 1001011 0 1000011 1000110 1 11 1100001 1000000

Color Harmonies of #FC534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC534B

Black with #FC534B

Text Example


Text Example

White with #FC534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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