Html Css Color HEX #FBA474 Hit Pink

📋 copy color: '#FBA474'

red 251 ◦ green 164 ◦ blue 116

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

Shades of Hit Pink #FBA474

Tints of Hit Pink #FBA474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.85%

R = 47.27%
G = 30.89%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBA474 (or 0xFBA474) is known color: Hit Pink. HEX triplet: FB, A4 and 74. RGB value is (251,164,116). Sum of RGB (Red+Green+Blue) = 251+164+116=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA474 is #045B8B. Grayscale: #B8B8B8. Windows color (decimal): -285580 or 7644411. OLE color: 7644411.

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

Color convert

RGB 251 164 116 -
CMYK 0 0.35 0.54 0.02
HSL 21.33º 0.94% 0.72% -
HSV(B) 21.33º 0.54% 0.98% -
XYZ 56.21 48.32 22.89 -
YUV 184.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 251 164 116 0 0.35 0.54 0.02 21.33 0.94 0.72
Hex FB A4 74 0 23 36 2 15 5E 48
Octal 373 244 164 0 43 66 2 25 136 110
Binary 11111011 10100100 1110100 0 100011 110110 10 10101 1011110 1001000

Color Harmonies of #FBA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA474

Black with #FBA474

Text Example


Text Example

White with #FBA474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA474; }

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

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

background-color css

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

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

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

border-color css

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

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

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