#FAA768

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

Shades of Hit Pink #FAA768

Tints of Hit Pink #FAA768

Color information

#FAA768 (or 0xFAA768) is unknown color: approx Hit Pink. HEX triplet: FA, A7 and 68. RGB value is (250,167,104). Sum of RGB (Red+Green+Blue) = 250+167+104=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA768 is #055897. Grayscale: #B8B8B8. Windows color (decimal): -350360 or 6858746. OLE color: 6858746.

HSL color Cylindrical-coordinate representation of color #FAA768: hue angle of 25.89º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAA768 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250167104-
CMYK00.330.580.02
HSL25.89º93.59%69.41%-
HSV(B)25.89º58.4%98.04%-
XYZ55.7448.9619.61-
YUV184.6482.5174.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 104 (41.02% from 255) = 19.96%
R=47.98%
G=32.05%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016710400.330.580.0225.8993.5969.41
HexFAA7680213A21a5e45
Octal37224715004172232136105
Binary111110101010011111010000100001111010101101010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA768; }

 p { color: rgb(250,167,104); }

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

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

 a { background-color: rgb(250,167,104); }

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

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

 span { border-color: rgb(250,167,104); }

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