Html Css Color HEX #FBA271 Hit Pink

📋 copy color: '#FBA271'

red 251 ◦ green 162 ◦ blue 113

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

Shades of Hit Pink #FBA271

Tints of Hit Pink #FBA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.8%

 BLUE value IS 113 (44.53% from 255) = 21.48%

R = 47.72%
G = 30.8%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBA271 (or 0xFBA271) is known color: Hit Pink. HEX triplet: FB, A2 and 71. RGB value is (251,162,113). Sum of RGB (Red+Green+Blue) = 251+162+113=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA271 is #045D8E. Grayscale: #B7B7B7. Windows color (decimal): -286095 or 7447291. OLE color: 7447291.

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

Color convert

RGB 251 162 113 -
CMYK 0 0.35 0.55 0.02
HSL 21.3º 0.95% 0.71% -
HSV(B) 21.3º 0.55% 0.98% -
XYZ 55.68 47.54 21.86 -
YUV 183.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 251 162 113 0 0.35 0.55 0.02 21.3 0.95 0.71
Hex FB A2 71 0 23 37 2 15 5F 47
Octal 373 242 161 0 43 67 2 25 137 107
Binary 11111011 10100010 1110001 0 100011 110111 10 10101 1011111 1000111

Color Harmonies of #FBA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA271

Black with #FBA271

Text Example


Text Example

White with #FBA271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA271; }

 p { color: rgb(251,162,113); }

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

background-color css

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

 a { background-color: rgb(251,162,113); }

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

border-color css

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

 span { border-color: rgb(251,162,113); }

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