Html Css Color HEX #FBA482 Light Salmon

📋 copy color: '#FBA482'

red 251 ◦ green 164 ◦ blue 130

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

Shades of Light Salmon #FBA482

Tints of Light Salmon #FBA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.09%

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

R = 46.06%
G = 30.09%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FBA482 (or 0xFBA482) is known color: Light Salmon. HEX triplet: FB, A4 and 82. RGB value is (251,164,130). Sum of RGB (Red+Green+Blue) = 251+164+130=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA482 is #045B7D. Grayscale: #BABABA. Windows color (decimal): -285566 or 8561915. OLE color: 8561915.

HSL color Cylindrical-coordinate representation of color #FBA482: hue angle of 16.86º 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 #FBA482 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 164 130 -
CMYK 0 0.35 0.48 0.02
HSL 16.86º 0.94% 0.75% -
HSV(B) 16.86º 0.48% 0.98% -
XYZ 57.09 48.67 27.5 -
YUV 186.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 251 164 130 0 0.35 0.48 0.02 16.86 0.94 0.75
Hex FB A4 82 0 23 30 2 11 5E 4B
Octal 373 244 202 0 43 60 2 21 136 113
Binary 11111011 10100100 10000010 0 100011 110000 10 10001 1011110 1001011

Color Harmonies of #FBA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA482

Black with #FBA482

Text Example


Text Example

White with #FBA482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA482; }

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

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

background-color css

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

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

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

border-color css

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

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

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