Html Css Color HEX #FBA382 Light Salmon

📋 copy color: '#FBA382'

red 251 ◦ green 163 ◦ blue 130

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

Shades of Light Salmon #FBA382

Tints of Light Salmon #FBA382

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.96%

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

R = 46.14%
G = 29.96%
B = 23.9%

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

#FBA382 (or 0xFBA382) is known color: Light Salmon. HEX triplet: FB, A3 and 82. RGB value is (251,163,130). Sum of RGB (Red+Green+Blue) = 251+163+130=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA382 is #045C7D. Grayscale: #B9B9B9. Windows color (decimal): -285822 or 8561659. OLE color: 8561659.

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

Color convert

RGB 251 163 130 -
CMYK 0 0.35 0.48 0.02
HSL 16.36º 0.94% 0.75% -
HSV(B) 16.36º 0.48% 0.98% -
XYZ 56.91 48.32 27.45 -
YUV 185.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 251 163 130 0 0.35 0.48 0.02 16.36 0.94 0.75
Hex FB A3 82 0 23 30 2 10 5E 4B
Octal 373 243 202 0 43 60 2 20 136 113
Binary 11111011 10100011 10000010 0 100011 110000 10 10000 1011110 1001011

Color Harmonies of #FBA382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA382

Black with #FBA382

Text Example


Text Example

White with #FBA382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA382; }

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

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

background-color css

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

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

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

border-color css

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

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

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