Html Css Color HEX #FBA870 Hit Pink

📋 copy color: '#FBA870'

red 251 ◦ green 168 ◦ blue 112

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

Shades of Hit Pink #FBA870

Tints of Hit Pink #FBA870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.09%

R = 47.27%
G = 31.64%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBA870 (or 0xFBA870) is known color: Hit Pink. HEX triplet: FB, A8 and 70. RGB value is (251,168,112). Sum of RGB (Red+Green+Blue) = 251+168+112=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA870 is #04578F. Grayscale: #BABABA. Windows color (decimal): -284560 or 7383291. OLE color: 7383291.

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

Color convert

RGB 251 168 112 -
CMYK 0 0.33 0.55 0.02
HSL 24.17º 0.95% 0.71% -
HSV(B) 24.17º 0.55% 0.98% -
XYZ 56.71 49.68 21.93 -
YUV 186.43 86 174.05 -
System Red Green Blue C M Y K H S L
Decimal 251 168 112 0 0.33 0.55 0.02 24.17 0.95 0.71
Hex FB A8 70 0 21 37 2 18 5F 47
Octal 373 250 160 0 41 67 2 30 137 107
Binary 11111011 10101000 1110000 0 100001 110111 10 11000 1011111 1000111

Color Harmonies of #FBA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA870

Black with #FBA870

Text Example


Text Example

White with #FBA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA870; }

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

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

background-color css

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

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

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

border-color css

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

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

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