#FD9F65

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

Shades of Atomic Tangerine #FD9F65

Tints of Atomic Tangerine #FD9F65

Color information

#FD9F65 (or 0xFD9F65) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 9F and 65. RGB value is (253,159,101). Sum of RGB (Red+Green+Blue) = 253+159+101=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9F65 is #02609A. Grayscale: #B4B4B4. Windows color (decimal): -155803 or 6660093. OLE color: 6660093.

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

Color convert

RGB253159101-
CMYK00.370.600.01
HSL22.89º97.44%69.41%-
HSV(B)22.89º60.08%99.22%-
XYZ55.2646.6218.4-
YUV180.4983.14179.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.32%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 101 (39.84% from 255) = 19.69%
R=49.32%
G=30.99%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315910100.370.600.0122.8997.4469.41
HexFD9F650253C1176145
Octal37523714504574127141105
Binary11111101100111111100101010010111110011011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9F65; }

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

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

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

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

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

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

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

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