Html Css Color HEX #FBA973 Hit Pink

📋 copy color: '#FBA973'

red 251 ◦ green 169 ◦ blue 115

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

Shades of Hit Pink #FBA973

Tints of Hit Pink #FBA973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

 BLUE value IS 115 (45.31% from 255) = 21.5%

R = 46.92%
G = 31.59%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBA973 (or 0xFBA973) is known color: Hit Pink. HEX triplet: FB, A9 and 73. RGB value is (251,169,115). Sum of RGB (Red+Green+Blue) = 251+169+115=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA973 is #04568C. Grayscale: #BBBBBB. Windows color (decimal): -284301 or 7580155. OLE color: 7580155.

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

Color convert

RGB 251 169 115 -
CMYK 0 0.33 0.54 0.02
HSL 23.82º 0.94% 0.72% -
HSV(B) 23.82º 0.54% 0.98% -
XYZ 57.07 50.12 22.89 -
YUV 187.36 87.17 173.39 -
System Red Green Blue C M Y K H S L
Decimal 251 169 115 0 0.33 0.54 0.02 23.82 0.94 0.72
Hex FB A9 73 0 21 36 2 18 5E 48
Octal 373 251 163 0 41 66 2 30 136 110
Binary 11111011 10101001 1110011 0 100001 110110 10 11000 1011110 1001000

Color Harmonies of #FBA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA973

Black with #FBA973

Text Example


Text Example

White with #FBA973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA973; }

 p { color: rgb(251,169,115); }

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

background-color css

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

 a { background-color: rgb(251,169,115); }

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

border-color css

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

 span { border-color: rgb(251,169,115); }

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