#FFA968

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

Shades of Hit Pink #FFA968

Tints of Hit Pink #FFA968

Color information

#FFA968 (or 0xFFA968) is unknown color: approx Hit Pink. HEX triplet: FF, A9 and 68. RGB value is (255,169,104). Sum of RGB (Red+Green+Blue) = 255+169+104=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA968 is #005697. Grayscale: #BBBBBB. Windows color (decimal): -22168 or 6859263. OLE color: 6859263.

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

Color convert

RGB255169104-
CMYK00.340.590
HSL25.83º100%70.39%-
HSV(B)25.83º59.22%100%-
XYZ57.9350.6419.82-
YUV187.380.99176.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 104 (41.02% from 255) = 19.70%
R=48.30%
G=32.01%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516910400.340.59025.8310070.39
HexFFA9680223B01a6446
Octal37725115004273032144106
Binary11111111101010011101000010001011101101101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA968; }

 p { color: rgb(255,169,104); }

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

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

 a { background-color: rgb(255,169,104); }

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

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

 span { border-color: rgb(255,169,104); }

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