Html Css Color HEX #FBA076 Light Salmon

📋 copy color: '#FBA076'

red 251 ◦ green 160 ◦ blue 118

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

Shades of Light Salmon #FBA076

Tints of Light Salmon #FBA076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.31%

R = 47.45%
G = 30.25%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBA076 (or 0xFBA076) is known color: Light Salmon. HEX triplet: FB, A0 and 76. RGB value is (251,160,118). Sum of RGB (Red+Green+Blue) = 251+160+118=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA076 is #045F89. Grayscale: #B6B6B6. Windows color (decimal): -286602 or 7774459. OLE color: 7774459.

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

Color convert

RGB 251 160 118 -
CMYK 0 0.36 0.53 0.02
HSL 18.95º 0.94% 0.72% -
HSV(B) 18.95º 0.53% 0.98% -
XYZ 55.62 46.96 23.27 -
YUV 182.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 251 160 118 0 0.36 0.53 0.02 18.95 0.94 0.72
Hex FB A0 76 0 24 35 2 13 5E 48
Octal 373 240 166 0 44 65 2 23 136 110
Binary 11111011 10100000 1110110 0 100100 110101 10 10011 1011110 1001000

Color Harmonies of #FBA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA076

Black with #FBA076

Text Example


Text Example

White with #FBA076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA076; }

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

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

background-color css

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

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

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

border-color css

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

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

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