Html Css Color HEX #FBA483 Light Salmon

📋 copy color: '#FBA483'

red 251 ◦ green 164 ◦ blue 131

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

Shades of Light Salmon #FBA483

Tints of Light Salmon #FBA483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.99%

R = 45.97%
G = 30.04%
B = 23.99%

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

#FBA483 (or 0xFBA483) is known color: Light Salmon. HEX triplet: FB, A4 and 83. RGB value is (251,164,131). Sum of RGB (Red+Green+Blue) = 251+164+131=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA483 is #045B7C. Grayscale: #BABABA. Windows color (decimal): -285565 or 8627451. OLE color: 8627451.

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

Color convert

RGB 251 164 131 -
CMYK 0 0.35 0.48 0.02
HSL 16.5º 0.94% 0.75% -
HSV(B) 16.5º 0.48% 0.98% -
XYZ 57.16 48.7 27.86 -
YUV 186.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 251 164 131 0 0.35 0.48 0.02 16.5 0.94 0.75
Hex FB A4 83 0 23 30 2 10 5E 4B
Octal 373 244 203 0 43 60 2 20 136 113
Binary 11111011 10100100 10000011 0 100011 110000 10 10000 1011110 1001011

Color Harmonies of #FBA483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA483

Black with #FBA483

Text Example


Text Example

White with #FBA483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA483; }

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

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

background-color css

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

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

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

border-color css

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

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

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