Html Css Color HEX #FBA371 Hit Pink

📋 copy color: '#FBA371'

red 251 ◦ green 163 ◦ blue 113

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

Shades of Hit Pink #FBA371

Tints of Hit Pink #FBA371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.93%

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

R = 47.63%
G = 30.93%
B = 21.44%

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

#FBA371 (or 0xFBA371) is known color: Hit Pink. HEX triplet: FB, A3 and 71. RGB value is (251,163,113). Sum of RGB (Red+Green+Blue) = 251+163+113=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA371 is #045C8E. Grayscale: #B7B7B7. Windows color (decimal): -285839 or 7447547. OLE color: 7447547.

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

Color convert

RGB 251 163 113 -
CMYK 0 0.35 0.55 0.02
HSL 21.74º 0.95% 0.71% -
HSV(B) 21.74º 0.55% 0.98% -
XYZ 55.86 47.9 21.92 -
YUV 183.61 88.15 176.07 -
System Red Green Blue C M Y K H S L
Decimal 251 163 113 0 0.35 0.55 0.02 21.74 0.95 0.71
Hex FB A3 71 0 23 37 2 16 5F 47
Octal 373 243 161 0 43 67 2 26 137 107
Binary 11111011 10100011 1110001 0 100011 110111 10 10110 1011111 1000111

Color Harmonies of #FBA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA371

Black with #FBA371

Text Example


Text Example

White with #FBA371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA371; }

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

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

background-color css

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

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

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

border-color css

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

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

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