Html Css Color HEX #FBA772 Hit Pink

📋 copy color: '#FBA772'

red 251 ◦ green 167 ◦ blue 114

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

Shades of Hit Pink #FBA772

Tints of Hit Pink #FBA772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.39%

 BLUE value IS 114 (44.92% from 255) = 21.43%

R = 47.18%
G = 31.39%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBA772 (or 0xFBA772) is known color: Hit Pink. HEX triplet: FB, A7 and 72. RGB value is (251,167,114). Sum of RGB (Red+Green+Blue) = 251+167+114=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA772 is #04588D. Grayscale: #BABABA. Windows color (decimal): -284814 or 7514107. OLE color: 7514107.

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

Color convert

RGB 251 167 114 -
CMYK 0 0.33 0.55 0.02
HSL 23.21º 0.94% 0.72% -
HSV(B) 23.21º 0.55% 0.98% -
XYZ 56.64 49.36 22.46 -
YUV 186.07 87.33 174.31 -
System Red Green Blue C M Y K H S L
Decimal 251 167 114 0 0.33 0.55 0.02 23.21 0.94 0.72
Hex FB A7 72 0 21 37 2 17 5E 48
Octal 373 247 162 0 41 67 2 27 136 110
Binary 11111011 10100111 1110010 0 100001 110111 10 10111 1011110 1001000

Color Harmonies of #FBA772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA772

Black with #FBA772

Text Example


Text Example

White with #FBA772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA772; }

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

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

background-color css

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

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

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

border-color css

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

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

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