#FD9D64

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

Shades of Atomic Tangerine #FD9D64

Tints of Atomic Tangerine #FD9D64

Color information

#FD9D64 (or 0xFD9D64) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 9D and 64. RGB value is (253,157,100). Sum of RGB (Red+Green+Blue) = 253+157+100=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9D64 is #02629B. Grayscale: #B3B3B3. Windows color (decimal): -156316 or 6594045. OLE color: 6594045.

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

Color convert

RGB253157100-
CMYK00.380.600.01
HSL22.35º97.45%69.22%-
HSV(B)22.35º60.47%99.22%-
XYZ54.8745.9218.03-
YUV179.2183.3180.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.61%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 100 (39.45% from 255) = 19.61%
R=49.61%
G=30.78%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315710000.380.600.0122.3597.4569.22
HexFD9D640263C1166145
Octal37523514404674126141105
Binary11111101100111011100100010011011110011011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9D64; }

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

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

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

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

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

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

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

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