#FDA16D

Color #FDA16D Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FDA16D

Tints of Hit Pink #FDA16D

Color information

#FDA16D (or 0xFDA16D) is unknown color: approx Hit Pink. HEX triplet: FD, A1 and 6D. RGB value is (253,161,109). Sum of RGB (Red+Green+Blue) = 253+161+109=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA16D is #025E92. Grayscale: #B6B6B6. Windows color (decimal): -155283 or 7184893. OLE color: 7184893.

HSL color Cylindrical-coordinate representation of color #FDA16D: hue angle of 21.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDA16D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB253161109-
CMYK00.360.570.01
HSL21.67º97.3%70.98%-
HSV(B)21.67º56.92%99.22%-
XYZ56.0147.4820.68-
YUV182.5886.48178.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.37%
GREEN value IS 161 (63.28% from 255) = 30.78%
BLUE value IS 109 (42.97% from 255) = 20.84%
R=48.37%
G=30.78%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316110900.360.570.0121.6797.370.98
HexFDA16D024391166147
Octal37524115504471126141107
Binary11111101101000011101101010010011100111011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA16D; }

 p { color: rgb(253,161,109); }

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

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

 a { background-color: rgb(253,161,109); }

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

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

 span { border-color: rgb(253,161,109); }

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