#FC4B45

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

Shades of Sunset Orange #FC4B45

Tints of Sunset Orange #FC4B45

Color information

#FC4B45 (or 0xFC4B45) is unknown color: approx Sunset Orange. HEX triplet: FC, 4B and 45. RGB value is (252,75,69). Sum of RGB (Red+Green+Blue) = 252+75+69=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4B45 is #03B4BA. Grayscale: #7F7F7F. Windows color (decimal): -242875 or 4541436. OLE color: 4541436.

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

Color convert

RGB2527569-
CMYK00.700.730.01
HSL1.97º96.83%62.94%-
HSV(B)1.97º72.62%98.82%-
XYZ43.7426.168.37-
YUV127.2495.14216.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.64%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 69 (27.34% from 255) = 17.42%
R=63.64%
G=18.94%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252756900.700.730.011.9796.8362.94
HexFC4B450464912613f
Octal37411310501061111214177
Binary11111100100101110001010100011010010011101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4B45; }

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

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

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

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

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

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

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

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