Html Css Color HEX #FBA573 Hit Pink

📋 copy color: '#FBA573'

red 251 ◦ green 165 ◦ blue 115

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

Shades of Hit Pink #FBA573

Tints of Hit Pink #FBA573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.66%

R = 47.27%
G = 31.07%
B = 21.66%

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

#FBA573 (or 0xFBA573) is known color: Hit Pink. HEX triplet: FB, A5 and 73. RGB value is (251,165,115). Sum of RGB (Red+Green+Blue) = 251+165+115=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA573 is #045A8C. Grayscale: #B9B9B9. Windows color (decimal): -285325 or 7579131. OLE color: 7579131.

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

Color convert

RGB 251 165 115 -
CMYK 0 0.34 0.54 0.02
HSL 22.06º 0.94% 0.72% -
HSV(B) 22.06º 0.54% 0.98% -
XYZ 56.33 48.66 22.64 -
YUV 185.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 251 165 115 0 0.34 0.54 0.02 22.06 0.94 0.72
Hex FB A5 73 0 22 36 2 16 5E 48
Octal 373 245 163 0 42 66 2 26 136 110
Binary 11111011 10100101 1110011 0 100010 110110 10 10110 1011110 1001000

Color Harmonies of #FBA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA573

Black with #FBA573

Text Example


Text Example

White with #FBA573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA573; }

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

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

background-color css

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

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

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

border-color css

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

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

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