#FD9D68

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

Shades of Atomic Tangerine #FD9D68

Tints of Atomic Tangerine #FD9D68

Color information

#FD9D68 (or 0xFD9D68) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 9D and 68. RGB value is (253,157,104). Sum of RGB (Red+Green+Blue) = 253+157+104=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9D68 is #026297. Grayscale: #B3B3B3. Windows color (decimal): -156312 or 6856189. OLE color: 6856189.

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

Color convert

RGB253157104-
CMYK00.380.590.01
HSL21.34º97.39%70%-
HSV(B)21.34º58.89%99.22%-
XYZ55.064619.07-
YUV179.6685.3180.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.22%
GREEN value IS 157 (61.72% from 255) = 30.54%
BLUE value IS 104 (41.02% from 255) = 20.23%
R=49.22%
G=30.54%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315710400.380.590.0121.3497.3970
HexFD9D680263B1156146
Octal37523515004673125141106
Binary11111101100111011101000010011011101111010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9D68; }

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

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

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

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

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

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

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

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