#FD8964

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

Shades of Atomic Tangerine #FD8964

Tints of Atomic Tangerine #FD8964

Color information

#FD8964 (or 0xFD8964) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 89 and 64. RGB value is (253,137,100). Sum of RGB (Red+Green+Blue) = 253+137+100=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8964 is #02769B. Grayscale: #A7A7A7. Windows color (decimal): -161436 or 6588925. OLE color: 6588925.

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

Color convert

RGB253137100-
CMYK00.460.600.01
HSL14.51º97.45%69.22%-
HSV(B)14.51º60.47%99.22%-
XYZ51.7539.6916.99-
YUV167.4789.93189.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.63%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 100 (39.45% from 255) = 20.41%
R=51.63%
G=27.96%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313710000.460.600.0114.5197.4569.22
HexFD896402E3C1f6145
Octal37521114405674117141105
Binary1111110110001001110010001011101111001111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8964; }

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

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

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

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

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

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

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

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