#FD9F5F

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

Shades of Atomic Tangerine #FD9F5F

Tints of Atomic Tangerine #FD9F5F

Color information

#FD9F5F (or 0xFD9F5F) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 9F and 5F. RGB value is (253,159,95). Sum of RGB (Red+Green+Blue) = 253+159+95=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9F5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9F5F is #0260A0. Grayscale: #B4B4B4. Windows color (decimal): -155809 or 6266877. OLE color: 6266877.

HSL color Cylindrical-coordinate representation of color #FD9F5F: hue angle of 24.3º 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 #FD9F5F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25315995-
CMYK00.370.620.01
HSL24.3º97.53%68.24%-
HSV(B)24.3º62.45%99.22%-
XYZ54.9746.5116.91-
YUV179.8180.14180.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.90%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 95 (37.5% from 255) = 18.74%
R=49.90%
G=31.36%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531599500.370.620.0124.397.5368.24
HexFD9F5F0253E1186244
Octal37523713704576130142104
Binary11111101100111111011111010010111111011100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9F5F; }

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

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

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

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

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

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

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

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