Html Css Color HEX #FBA874 Hit Pink

📋 copy color: '#FBA874'

red 251 ◦ green 168 ◦ blue 116

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

Shades of Hit Pink #FBA874

Tints of Hit Pink #FBA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

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

R = 46.92%
G = 31.4%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBA874 (or 0xFBA874) is known color: Hit Pink. HEX triplet: FB, A8 and 74. RGB value is (251,168,116). Sum of RGB (Red+Green+Blue) = 251+168+116=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA874 is #04578B. Grayscale: #BBBBBB. Windows color (decimal): -284556 or 7645435. OLE color: 7645435.

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

Color convert

RGB 251 168 116 -
CMYK 0 0.33 0.54 0.02
HSL 23.11º 0.94% 0.72% -
HSV(B) 23.11º 0.54% 0.98% -
XYZ 56.94 49.78 23.13 -
YUV 186.89 88 173.73 -
System Red Green Blue C M Y K H S L
Decimal 251 168 116 0 0.33 0.54 0.02 23.11 0.94 0.72
Hex FB A8 74 0 21 36 2 17 5E 48
Octal 373 250 164 0 41 66 2 27 136 110
Binary 11111011 10101000 1110100 0 100001 110110 10 10111 1011110 1001000

Color Harmonies of #FBA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA874

Black with #FBA874

Text Example


Text Example

White with #FBA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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