#FC4F4E

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

Shades of Sunset Orange #FC4F4E

Tints of Sunset Orange #FC4F4E

Color information

#FC4F4E (or 0xFC4F4E) is unknown color: approx Sunset Orange. HEX triplet: FC, 4F and 4E. RGB value is (252,79,78). Sum of RGB (Red+Green+Blue) = 252+79+78=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4F4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4F4E is #03B0B1. Grayscale: #828282. Windows color (decimal): -241842 or 5132284. OLE color: 5132284.

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

Color convert

RGB2527978-
CMYK00.690.690.01
HSL0.34º96.67%64.71%-
HSV(B)0.34º69.05%98.82%-
XYZ44.3226.8410.05-
YUV130.6198.31214.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.61%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=61.61%
G=19.32%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252797800.690.690.010.3496.6764.71
HexFC4F4E04545106141
Octal374117116010510510141101
Binary11111100100111110011100100010110001011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4F4E; }

 p { color: rgb(252,79,78); }

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

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

 a { background-color: rgb(252,79,78); }

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

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

 span { border-color: rgb(252,79,78); }

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