Html Css Color HEX #FBA06A Hit Pink

📋 copy color: '#FBA06A'

red 251 ◦ green 160 ◦ blue 106

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

Shades of Hit Pink #FBA06A

Tints of Hit Pink #FBA06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.5%

R = 48.55%
G = 30.95%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FBA06A (or 0xFBA06A) is known color: Hit Pink. HEX triplet: FB, A0 and 6A. RGB value is (251,160,106). Sum of RGB (Red+Green+Blue) = 251+160+106=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA06A is #045F95. Grayscale: #B5B5B5. Windows color (decimal): -286614 or 6988027. OLE color: 6988027.

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

Color convert

RGB 251 160 106 -
CMYK 0 0.36 0.58 0.02
HSL 22.34º 0.95% 0.7% -
HSV(B) 22.34º 0.58% 0.98% -
XYZ 54.96 46.69 19.75 -
YUV 181.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 251 160 106 0 0.36 0.58 0.02 22.34 0.95 0.7
Hex FB A0 6A 0 24 3A 2 16 5F 46
Octal 373 240 152 0 44 72 2 26 137 106
Binary 11111011 10100000 1101010 0 100100 111010 10 10110 1011111 1000110

Color Harmonies of #FBA06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA06A

Black with #FBA06A

Text Example


Text Example

White with #FBA06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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