Html Css Color HEX #FBA584 Light Salmon

📋 copy color: '#FBA584'

red 251 ◦ green 165 ◦ blue 132

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

Shades of Light Salmon #FBA584

Tints of Light Salmon #FBA584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.09%

R = 45.8%
G = 30.11%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBA584 (or 0xFBA584) is known color: Light Salmon. HEX triplet: FB, A5 and 84. RGB value is (251,165,132). Sum of RGB (Red+Green+Blue) = 251+165+132=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA584 is #045A7B. Grayscale: #BBBBBB. Windows color (decimal): -285308 or 8693243. OLE color: 8693243.

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

Color convert

RGB 251 165 132 -
CMYK 0 0.34 0.47 0.02
HSL 16.64º 0.94% 0.75% -
HSV(B) 16.64º 0.47% 0.98% -
XYZ 57.4 49.09 28.28 -
YUV 186.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 251 165 132 0 0.34 0.47 0.02 16.64 0.94 0.75
Hex FB A5 84 0 22 2F 2 11 5E 4B
Octal 373 245 204 0 42 57 2 21 136 113
Binary 11111011 10100101 10000100 0 100010 101111 10 10001 1011110 1001011

Color Harmonies of #FBA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA584

Black with #FBA584

Text Example


Text Example

White with #FBA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA584; }

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

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

background-color css

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

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

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

border-color css

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

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

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