Html Css Color HEX #FBA476 Hit Pink

📋 copy color: '#FBA476'

red 251 ◦ green 164 ◦ blue 118

#FBA476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #FBA476

Tints of Hit Pink #FBA476

RGB

 RED value IS 251 (98.44% from 255) = 47.09%

 GREEN value IS 164 (64.45% from 255) = 30.77%

 BLUE value IS 118 (46.48% from 255) = 22.14%

R = 47.09%
G = 30.77%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBA476 (or 0xFBA476) is known color: Hit Pink. HEX triplet: FB, A4 and 76. RGB value is (251,164,118). Sum of RGB (Red+Green+Blue) = 251+164+118=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA476 is #045B89. Grayscale: #B9B9B9. Windows color (decimal): -285578 or 7775483. OLE color: 7775483.

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

Color convert

RGB 251 164 118 -
CMYK 0 0.35 0.53 0.02
HSL 20.75º 0.94% 0.72% -
HSV(B) 20.75º 0.53% 0.98% -
XYZ 56.33 48.37 23.51 -
YUV 184.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 251 164 118 0 0.35 0.53 0.02 20.75 0.94 0.72
Hex FB A4 76 0 23 35 2 15 5E 48
Octal 373 244 166 0 43 65 2 25 136 110
Binary 11111011 10100100 1110110 0 100011 110101 10 10101 1011110 1001000

Color Harmonies of #FBA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA476

Black with #FBA476

Text Example


Text Example

White with #FBA476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA476; }

 p { color: rgb(251,164,118); }

 H1.HeaderClassName
 {
   color: #FBA476;
 }
 .AnyTagClassName
 {
   color: #FBA476;
 }
</style>

background-color css

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

 a { background-color: rgb(251,164,118); }

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

border-color css

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

 span { border-color: rgb(251,164,118); }

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