#FD4F4E

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

Shades of Sunset Orange #FD4F4E

Tints of Sunset Orange #FD4F4E

Color information

#FD4F4E (or 0xFD4F4E) is unknown color: approx Sunset Orange. HEX triplet: FD, 4F and 4E. RGB value is (253,79,78). Sum of RGB (Red+Green+Blue) = 253+79+78=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4F4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4F4E is #02B0B1. Grayscale: #838383. Windows color (decimal): -176306 or 5132285. OLE color: 5132285.

HSL color Cylindrical-coordinate representation of color #FD4F4E: hue angle of 0.34º degrees, saturation: 0.98, 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 #FD4F4E is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB2537978-
CMYK00.690.690.01
HSL0.34º97.77%64.9%-
HSV(B)0.34º69.17%99.22%-
XYZ44.6827.0210.07-
YUV130.9198.15215.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 61.71%
GREEN value IS 79 (31.25% from 255) = 19.27%
BLUE value IS 78 (30.86% from 255) = 19.02%
R=61.71%
G=19.27%
B=19.02%

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
Decimal253797800.690.690.010.3497.7764.9
HexFD4F4E04545106241
Octal375117116010510510142101
Binary11111101100111110011100100010110001011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4F4E; }

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

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

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

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

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

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

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

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