Html Css Color HEX #FBA970 Hit Pink

📋 copy color: '#FBA970'

red 251 ◦ green 169 ◦ blue 112

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

Shades of Hit Pink #FBA970

Tints of Hit Pink #FBA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.77%

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

R = 47.18%
G = 31.77%
B = 21.05%

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

#FBA970 (or 0xFBA970) is known color: Hit Pink. HEX triplet: FB, A9 and 70. RGB value is (251,169,112). Sum of RGB (Red+Green+Blue) = 251+169+112=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA970 is #04568F. Grayscale: #BBBBBB. Windows color (decimal): -284304 or 7383547. OLE color: 7383547.

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

Color convert

RGB 251 169 112 -
CMYK 0 0.33 0.55 0.02
HSL 24.6º 0.95% 0.71% -
HSV(B) 24.6º 0.55% 0.98% -
XYZ 56.9 50.06 21.99 -
YUV 187.02 85.67 173.63 -
System Red Green Blue C M Y K H S L
Decimal 251 169 112 0 0.33 0.55 0.02 24.6 0.95 0.71
Hex FB A9 70 0 21 37 2 19 5F 47
Octal 373 251 160 0 41 67 2 31 137 107
Binary 11111011 10101001 1110000 0 100001 110111 10 11001 1011111 1000111

Color Harmonies of #FBA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA970

Black with #FBA970

Text Example


Text Example

White with #FBA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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