Html Css Color HEX #FBA072 Hit Pink

📋 copy color: '#FBA072'

red 251 ◦ green 160 ◦ blue 114

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

Shades of Hit Pink #FBA072

Tints of Hit Pink #FBA072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.48%

 BLUE value IS 114 (44.92% from 255) = 21.71%

R = 47.81%
G = 30.48%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBA072 (or 0xFBA072) is known color: Hit Pink. HEX triplet: FB, A0 and 72. RGB value is (251,160,114). Sum of RGB (Red+Green+Blue) = 251+160+114=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA072 is #045F8D. Grayscale: #B6B6B6. Windows color (decimal): -286606 or 7512315. OLE color: 7512315.

HSL color Cylindrical-coordinate representation of color #FBA072: hue angle of 20.15º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBA072 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 160 114 -
CMYK 0 0.36 0.55 0.02
HSL 20.15º 0.94% 0.72% -
HSV(B) 20.15º 0.55% 0.98% -
XYZ 55.39 46.87 22.05 -
YUV 181.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 251 160 114 0 0.36 0.55 0.02 20.15 0.94 0.72
Hex FB A0 72 0 24 37 2 14 5E 48
Octal 373 240 162 0 44 67 2 24 136 110
Binary 11111011 10100000 1110010 0 100100 110111 10 10100 1011110 1001000

Color Harmonies of #FBA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA072

Black with #FBA072

Text Example


Text Example

White with #FBA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA072; }

 p { color: rgb(251,160,114); }

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

background-color css

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

 a { background-color: rgb(251,160,114); }

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

border-color css

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

 span { border-color: rgb(251,160,114); }

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