Html Css Color HEX #FBA475 Hit Pink

📋 copy color: '#FBA475'

red 251 ◦ green 164 ◦ blue 117

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

Shades of Hit Pink #FBA475

Tints of Hit Pink #FBA475

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.83%

 BLUE value IS 117 (46.09% from 255) = 21.99%

R = 47.18%
G = 30.83%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBA475 (or 0xFBA475) is known color: Hit Pink. HEX triplet: FB, A4 and 75. RGB value is (251,164,117). Sum of RGB (Red+Green+Blue) = 251+164+117=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA475 is #045B8A. Grayscale: #B8B8B8. Windows color (decimal): -285579 or 7709947. OLE color: 7709947.

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

Color convert

RGB 251 164 117 -
CMYK 0 0.35 0.53 0.02
HSL 21.04º 0.94% 0.72% -
HSV(B) 21.04º 0.53% 0.98% -
XYZ 56.27 48.34 23.2 -
YUV 184.66 89.82 175.32 -
System Red Green Blue C M Y K H S L
Decimal 251 164 117 0 0.35 0.53 0.02 21.04 0.94 0.72
Hex FB A4 75 0 23 35 2 15 5E 48
Octal 373 244 165 0 43 65 2 25 136 110
Binary 11111011 10100100 1110101 0 100011 110101 10 10101 1011110 1001000

Color Harmonies of #FBA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA475

Black with #FBA475

Text Example


Text Example

White with #FBA475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA475; }

 p { color: rgb(251,164,117); }

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

background-color css

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

 a { background-color: rgb(251,164,117); }

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

border-color css

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

 span { border-color: rgb(251,164,117); }

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