#FD9D5F

Color #FD9D5F Atomic Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic Tangerine #FD9D5F

Tints of Atomic Tangerine #FD9D5F

Color information

#FD9D5F (or 0xFD9D5F) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 9D and 5F. RGB value is (253,157,95). Sum of RGB (Red+Green+Blue) = 253+157+95=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9D5F is #0262A0. Grayscale: #B2B2B2. Windows color (decimal): -156321 or 6266365. OLE color: 6266365.

HSL color Cylindrical-coordinate representation of color #FD9D5F: hue angle of 23.54º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD9D5F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25315795-
CMYK00.380.620.01
HSL23.54º97.53%68.24%-
HSV(B)23.54º62.45%99.22%-
XYZ54.6345.8216.79-
YUV178.6480.8181.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.10%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=50.10%
G=31.09%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531579500.380.620.0123.5497.5368.24
HexFD9D5F0263E1186244
Octal37523513704676130142104
Binary11111101100111011011111010011011111011100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9D5F; }

 p { color: rgb(253,157,95); }

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

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

 a { background-color: rgb(253,157,95); }

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

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

 span { border-color: rgb(253,157,95); }

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