Html Css Color HEX #FBA574 Hit Pink

📋 copy color: '#FBA574'

red 251 ◦ green 165 ◦ blue 116

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

Shades of Hit Pink #FBA574

Tints of Hit Pink #FBA574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.02%

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

R = 47.18%
G = 31.02%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBA574 (or 0xFBA574) is known color: Hit Pink. HEX triplet: FB, A5 and 74. RGB value is (251,165,116). Sum of RGB (Red+Green+Blue) = 251+165+116=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA574 is #045A8B. Grayscale: #B9B9B9. Windows color (decimal): -285324 or 7644667. OLE color: 7644667.

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

Color convert

RGB 251 165 116 -
CMYK 0 0.34 0.54 0.02
HSL 21.78º 0.94% 0.72% -
HSV(B) 21.78º 0.54% 0.98% -
XYZ 56.39 48.68 22.95 -
YUV 185.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 251 165 116 0 0.34 0.54 0.02 21.78 0.94 0.72
Hex FB A5 74 0 22 36 2 16 5E 48
Octal 373 245 164 0 42 66 2 26 136 110
Binary 11111011 10100101 1110100 0 100010 110110 10 10110 1011110 1001000

Color Harmonies of #FBA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA574

Black with #FBA574

Text Example


Text Example

White with #FBA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA574; }

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

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

background-color css

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

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

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

border-color css

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

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

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