Html Css Color HEX #FBA972 Hit Pink

📋 copy color: '#FBA972'

red 251 ◦ green 169 ◦ blue 114

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

Shades of Hit Pink #FBA972

Tints of Hit Pink #FBA972

RGB

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

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

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

R = 47%
G = 31.65%
B = 21.35%

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

#FBA972 (or 0xFBA972) is known color: Hit Pink. HEX triplet: FB, A9 and 72. RGB value is (251,169,114). Sum of RGB (Red+Green+Blue) = 251+169+114=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA972 is #04568D. Grayscale: #BBBBBB. Windows color (decimal): -284302 or 7514619. OLE color: 7514619.

HSL color Cylindrical-coordinate representation of color #FBA972: hue angle of 24.09º 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 #FBA972 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 169 114 -
CMYK 0 0.33 0.55 0.02
HSL 24.09º 0.94% 0.72% -
HSV(B) 24.09º 0.55% 0.98% -
XYZ 57.01 50.1 22.59 -
YUV 187.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 251 169 114 0 0.33 0.55 0.02 24.09 0.94 0.72
Hex FB A9 72 0 21 37 2 18 5E 48
Octal 373 251 162 0 41 67 2 30 136 110
Binary 11111011 10101001 1110010 0 100001 110111 10 11000 1011110 1001000

Color Harmonies of #FBA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA972

Black with #FBA972

Text Example


Text Example

White with #FBA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA972; }

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

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

background-color css

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

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

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

border-color css

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

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

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