#FDA869

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

Shades of Hit Pink #FDA869

Tints of Hit Pink #FDA869

Color information

#FDA869 (or 0xFDA869) is unknown color: approx Hit Pink. HEX triplet: FD, A8 and 69. RGB value is (253,168,105). Sum of RGB (Red+Green+Blue) = 253+168+105=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA869 is #025796. Grayscale: #BABABA. Windows color (decimal): -153495 or 6924541. OLE color: 6924541.

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

Color convert

RGB253168105-
CMYK00.340.580.01
HSL25.54º97.37%70.2%-
HSV(B)25.54º58.5%99.22%-
XYZ57.0649.9119.99-
YUV186.2382.16175.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.10%
GREEN value IS 168 (66.02% from 255) = 31.94%
BLUE value IS 105 (41.41% from 255) = 19.96%
R=48.10%
G=31.94%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316810500.340.580.0125.5497.3770.2
HexFDA8690223A11a6146
Octal37525015104272132141106
Binary11111101101010001101001010001011101011101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA869; }

 p { color: rgb(253,168,105); }

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

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

 a { background-color: rgb(253,168,105); }

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

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

 span { border-color: rgb(253,168,105); }

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