#FDA46D

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

Shades of Hit Pink #FDA46D

Tints of Hit Pink #FDA46D

Color information

#FDA46D (or 0xFDA46D) is unknown color: approx Hit Pink. HEX triplet: FD, A4 and 6D. RGB value is (253,164,109). Sum of RGB (Red+Green+Blue) = 253+164+109=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA46D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA46D is #025B92. Grayscale: #B8B8B8. Windows color (decimal): -154515 or 7185661. OLE color: 7185661.

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

Color convert

RGB253164109-
CMYK00.350.570.01
HSL22.92º97.3%70.98%-
HSV(B)22.92º56.92%99.22%-
XYZ56.5448.5420.86-
YUV184.3485.49176.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.10%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 109 (42.97% from 255) = 20.72%
R=48.10%
G=31.18%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316410900.350.570.0122.9297.370.98
HexFDA46D023391176147
Octal37524415504371127141107
Binary11111101101001001101101010001111100111011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA46D; }

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

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

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

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

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

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

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

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