#FD9965

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

Shades of Atomic Tangerine #FD9965

Tints of Atomic Tangerine #FD9965

Color information

#FD9965 (or 0xFD9965) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 99 and 65. RGB value is (253,153,101). Sum of RGB (Red+Green+Blue) = 253+153+101=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9965 is #02669A. Grayscale: #B1B1B1. Windows color (decimal): -157339 or 6658557. OLE color: 6658557.

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

Color convert

RGB253153101-
CMYK00.400.600.01
HSL20.53º97.44%69.41%-
HSV(B)20.53º60.08%99.22%-
XYZ54.2544.618.06-
YUV176.9785.13182.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.90%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 101 (39.84% from 255) = 19.92%
R=49.90%
G=30.18%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315310100.400.600.0120.5397.4469.41
HexFD99650283C1156145
Octal37523114505074125141105
Binary11111101100110011100101010100011110011010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9965; }

 p { color: rgb(253,153,101); }

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

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

 a { background-color: rgb(253,153,101); }

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

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

 span { border-color: rgb(253,153,101); }

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