#FD9165

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

Shades of Atomic Tangerine #FD9165

Tints of Atomic Tangerine #FD9165

Color information

#FD9165 (or 0xFD9165) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 91 and 65. RGB value is (253,145,101). Sum of RGB (Red+Green+Blue) = 253+145+101=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9165 is #026E9A. Grayscale: #ACACAC. Windows color (decimal): -159387 or 6656509. OLE color: 6656509.

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

Color convert

RGB253145101-
CMYK00.430.600.01
HSL17.37º97.44%69.41%-
HSV(B)17.37º60.08%99.22%-
XYZ52.9842.0717.64-
YUV172.2887.78185.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.70%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 101 (39.84% from 255) = 20.24%
R=50.70%
G=29.06%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314510100.430.600.0117.3797.4469.41
HexFD916502B3C1116145
Octal37522114505374121141105
Binary11111101100100011100101010101111110011000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9165; }

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

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

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

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

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

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

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

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