Html Css Color HEX #FBA671 Hit Pink

📋 copy color: '#FBA671'

red 251 ◦ green 166 ◦ blue 113

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

Shades of Hit Pink #FBA671

Tints of Hit Pink #FBA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.32%

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

R = 47.36%
G = 31.32%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBA671 (or 0xFBA671) is known color: Hit Pink. HEX triplet: FB, A6 and 71. RGB value is (251,166,113). Sum of RGB (Red+Green+Blue) = 251+166+113=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA671 is #04598E. Grayscale: #B9B9B9. Windows color (decimal): -285071 or 7448315. OLE color: 7448315.

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

Color convert

RGB 251 166 113 -
CMYK 0 0.34 0.55 0.02
HSL 23.04º 0.95% 0.71% -
HSV(B) 23.04º 0.55% 0.98% -
XYZ 56.4 48.97 22.1 -
YUV 185.37 87.16 174.81 -
System Red Green Blue C M Y K H S L
Decimal 251 166 113 0 0.34 0.55 0.02 23.04 0.95 0.71
Hex FB A6 71 0 22 37 2 17 5F 47
Octal 373 246 161 0 42 67 2 27 137 107
Binary 11111011 10100110 1110001 0 100010 110111 10 10111 1011111 1000111

Color Harmonies of #FBA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA671

Black with #FBA671

Text Example


Text Example

White with #FBA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA671; }

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

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

background-color css

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

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

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

border-color css

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

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

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