Html Css Color HEX #FBA477 Hit Pink

📋 copy color: '#FBA477'

red 251 ◦ green 164 ◦ blue 119

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

Shades of Hit Pink #FBA477

Tints of Hit Pink #FBA477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.28%

R = 47%
G = 30.71%
B = 22.28%

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

#FBA477 (or 0xFBA477) is known color: Hit Pink. HEX triplet: FB, A4 and 77. RGB value is (251,164,119). Sum of RGB (Red+Green+Blue) = 251+164+119=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA477 is #045B88. Grayscale: #B9B9B9. Windows color (decimal): -285577 or 7841019. OLE color: 7841019.

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

Color convert

RGB 251 164 119 -
CMYK 0 0.35 0.53 0.02
HSL 20.45º 0.94% 0.73% -
HSV(B) 20.45º 0.53% 0.98% -
XYZ 56.39 48.39 23.82 -
YUV 184.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 251 164 119 0 0.35 0.53 0.02 20.45 0.94 0.73
Hex FB A4 77 0 23 35 2 14 5E 49
Octal 373 244 167 0 43 65 2 24 136 111
Binary 11111011 10100100 1110111 0 100011 110101 10 10100 1011110 1001001

Color Harmonies of #FBA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA477

Black with #FBA477

Text Example


Text Example

White with #FBA477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA477; }

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

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

background-color css

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

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

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

border-color css

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

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

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