Html Css Color HEX #FBA582 Light Salmon

📋 copy color: '#FBA582'

red 251 ◦ green 165 ◦ blue 130

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

Shades of Light Salmon #FBA582

Tints of Light Salmon #FBA582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.81%

R = 45.97%
G = 30.22%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FBA582 (or 0xFBA582) is known color: Light Salmon. HEX triplet: FB, A5 and 82. RGB value is (251,165,130). Sum of RGB (Red+Green+Blue) = 251+165+130=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA582 is #045A7D. Grayscale: #BABABA. Windows color (decimal): -285310 or 8562171. OLE color: 8562171.

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

Color convert

RGB 251 165 130 -
CMYK 0 0.34 0.48 0.02
HSL 17.36º 0.94% 0.75% -
HSV(B) 17.36º 0.48% 0.98% -
XYZ 57.27 49.03 27.56 -
YUV 186.72 95.99 173.85 -
System Red Green Blue C M Y K H S L
Decimal 251 165 130 0 0.34 0.48 0.02 17.36 0.94 0.75
Hex FB A5 82 0 22 30 2 11 5E 4B
Octal 373 245 202 0 42 60 2 21 136 113
Binary 11111011 10100101 10000010 0 100010 110000 10 10001 1011110 1001011

Color Harmonies of #FBA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA582

Black with #FBA582

Text Example


Text Example

White with #FBA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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