#FC4B49

Color #FC4B49 Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #FC4B49

Tints of Sunset Orange #FC4B49

Color information

#FC4B49 (or 0xFC4B49) is unknown color: approx Sunset Orange. HEX triplet: FC, 4B and 49. RGB value is (252,75,73). Sum of RGB (Red+Green+Blue) = 252+75+73=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4B49 is #03B4B6. Grayscale: #7F7F7F. Windows color (decimal): -242871 or 4803580. OLE color: 4803580.

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

Color convert

RGB2527573-
CMYK00.700.710.01
HSL0.67º96.76%63.73%-
HSV(B)0.67º71.03%98.82%-
XYZ43.8626.219.05-
YUV127.797.14216.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 73 (28.91% from 255) = 18.25%
R=63%
G=18.75%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252757300.700.710.010.6796.7663.73
HexFC4B4904647116140
Octal374113111010610711141100
Binary11111100100101110010010100011010001111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4B49; }

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

 H1.HeaderClassName
 {
   color: #FC4B49;
 }
 .AnyTagClassName
 {
   color: #FC4B49;
 }
</style>
background-color css

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

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

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

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

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

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