Html Css Color HEX #FBA384 Light Salmon

📋 copy color: '#FBA384'

red 251 ◦ green 163 ◦ blue 132

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

Shades of Light Salmon #FBA384

Tints of Light Salmon #FBA384

RGB

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

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

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

R = 45.97%
G = 29.85%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBA384 (or 0xFBA384) is known color: Light Salmon. HEX triplet: FB, A3 and 84. RGB value is (251,163,132). Sum of RGB (Red+Green+Blue) = 251+163+132=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA384 is #045C7B. Grayscale: #B9B9B9. Windows color (decimal): -285820 or 8692731. OLE color: 8692731.

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

Color convert

RGB 251 163 132 -
CMYK 0 0.35 0.47 0.02
HSL 15.63º 0.94% 0.75% -
HSV(B) 15.63º 0.47% 0.98% -
XYZ 57.05 48.37 28.16 -
YUV 185.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 251 163 132 0 0.35 0.47 0.02 15.63 0.94 0.75
Hex FB A3 84 0 23 2F 2 10 5E 4B
Octal 373 243 204 0 43 57 2 20 136 113
Binary 11111011 10100011 10000100 0 100011 101111 10 10000 1011110 1001011

Color Harmonies of #FBA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA384

Black with #FBA384

Text Example


Text Example

White with #FBA384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA384; }

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

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

background-color css

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

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

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

border-color css

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

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

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