Html Css Color HEX #FAA278 Light Salmon

📋 copy color: '#FAA278'

red 250 ◦ green 162 ◦ blue 120

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

Shades of Light Salmon #FAA278

Tints of Light Salmon #FAA278

RGB

 RED value IS 250 (98.05% from 255) = 46.99%

 GREEN value IS 162 (63.67% from 255) = 30.45%

 BLUE value IS 120 (47.27% from 255) = 22.56%

R = 46.99%
G = 30.45%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAA278 (or 0xFAA278) is known color: Light Salmon. HEX triplet: FA, A2 and 78. RGB value is (250,162,120). Sum of RGB (Red+Green+Blue) = 250+162+120=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA278 is #055D87. Grayscale: #B7B7B7. Windows color (decimal): -351624 or 7906042. OLE color: 7906042.

HSL color Cylindrical-coordinate representation of color #FAA278: hue angle of 19.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAA278 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 162 120 -
CMYK 0 0.35 0.52 0.02
HSL 19.38º 0.93% 0.73% -
HSV(B) 19.38º 0.52% 0.98% -
XYZ 55.73 47.52 24 -
YUV 183.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 250 162 120 0 0.35 0.52 0.02 19.38 0.93 0.73
Hex FA A2 78 0 23 34 2 13 5D 49
Octal 372 242 170 0 43 64 2 23 135 111
Binary 11111010 10100010 1111000 0 100011 110100 10 10011 1011101 1001001

Color Harmonies of #FAA278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA278

Black with #FAA278

Text Example


Text Example

White with #FAA278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA278; }

 p { color: rgb(250,162,120); }

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

background-color css

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

 a { background-color: rgb(250,162,120); }

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

border-color css

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

 span { border-color: rgb(250,162,120); }

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