#FD5345

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

Shades of Sunset Orange #FD5345

Tints of Sunset Orange #FD5345

Color information

#FD5345 (or 0xFD5345) is unknown color: approx Sunset Orange. HEX triplet: FD, 53 and 45. RGB value is (253,83,69). Sum of RGB (Red+Green+Blue) = 253+83+69=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5345 is #02ACBA. Grayscale: #848484. Windows color (decimal): -175291 or 4543485. OLE color: 4543485.

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

Color convert

RGB2538369-
CMYK00.670.730.01
HSL4.57º97.87%63.14%-
HSV(B)4.57º72.73%99.22%-
XYZ44.6827.58.58-
YUV132.2392.32214.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.47%
GREEN value IS 83 (32.81% from 255) = 20.49%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=62.47%
G=20.49%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253836900.670.730.014.5797.8763.14
HexFD53450434915623f
Octal37512310501031111514277
Binary111111011010011100010101000011100100111011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5345; }

 p { color: rgb(253,83,69); }

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

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

 a { background-color: rgb(253,83,69); }

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

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

 span { border-color: rgb(253,83,69); }

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