Html Css Color HEX #FBA57D Light Salmon

📋 copy color: '#FBA57D'

red 251 ◦ green 165 ◦ blue 125

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

Shades of Light Salmon #FBA57D

Tints of Light Salmon #FBA57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.11%

R = 46.4%
G = 30.5%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FBA57D (or 0xFBA57D) is known color: Light Salmon. HEX triplet: FB, A5 and 7D. RGB value is (251,165,125). Sum of RGB (Red+Green+Blue) = 251+165+125=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA57D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA57D is #045A82. Grayscale: #BABABA. Windows color (decimal): -285315 or 8234491. OLE color: 8234491.

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

Color convert

RGB 251 165 125 -
CMYK 0 0.34 0.50 0.02
HSL 19.05º 0.94% 0.74% -
HSV(B) 19.05º 0.5% 0.98% -
XYZ 56.94 48.9 25.84 -
YUV 186.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 251 165 125 0 0.34 0.50 0.02 19.05 0.94 0.74
Hex FB A5 7D 0 22 32 2 13 5E 4A
Octal 373 245 175 0 42 62 2 23 136 112
Binary 11111011 10100101 1111101 0 100010 110010 10 10011 1011110 1001010

Color Harmonies of #FBA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA57D

Black with #FBA57D

Text Example


Text Example

White with #FBA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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