#FBA76A

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

Shades of Hit Pink #FBA76A

Tints of Hit Pink #FBA76A

Color information

#FBA76A (or 0xFBA76A) is unknown color: approx Hit Pink. HEX triplet: FB, A7 and 6A. RGB value is (251,167,106). Sum of RGB (Red+Green+Blue) = 251+167+106=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA76A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA76A is #045895. Grayscale: #B9B9B9. Windows color (decimal): -284822 or 6989819. OLE color: 6989819.

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

Color convert

RGB251167106-
CMYK00.330.580.02
HSL25.24º94.77%70%-
HSV(B)25.24º57.77%98.43%-
XYZ56.249.1920.17-
YUV185.1683.33174.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.90%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 106 (41.80% from 255) = 20.23%
R=47.90%
G=31.87%
B=20.23%

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
Decimal25116710600.330.580.0225.2494.7770
HexFBA76A0213A2195f46
Octal37324715204172231137106
Binary111110111010011111010100100001111010101100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA76A; }

 p { color: rgb(251,167,106); }

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

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

 a { background-color: rgb(251,167,106); }

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

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

 span { border-color: rgb(251,167,106); }

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