Html Css Color HEX #FDA278 Light Salmon

📋 copy color: '#FDA278'

red 253 ◦ green 162 ◦ blue 120

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

Shades of Light Salmon #FDA278

Tints of Light Salmon #FDA278

RGB

 RED value IS 253 (99.22% from 255) = 47.29%

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

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

R = 47.29%
G = 30.28%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDA278 (or 0xFDA278) is known color: Light Salmon. HEX triplet: FD, A2 and 78. RGB value is (253,162,120). Sum of RGB (Red+Green+Blue) = 253+162+120=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA278 is #025D87. Grayscale: #B8B8B8. Windows color (decimal): -155016 or 7906045. OLE color: 7906045.

HSL color Cylindrical-coordinate representation of color #FDA278: hue angle of 18.95º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDA278 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 162 120 -
CMYK 0 0.36 0.53 0.01
HSL 18.95º 0.97% 0.73% -
HSV(B) 18.95º 0.53% 0.99% -
XYZ 56.82 48.08 24.05 -
YUV 184.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 253 162 120 0 0.36 0.53 0.01 18.95 0.97 0.73
Hex FD A2 78 0 24 35 1 13 61 49
Octal 375 242 170 0 44 65 1 23 141 111
Binary 11111101 10100010 1111000 0 100100 110101 1 10011 1100001 1001001

Color Harmonies of #FDA278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA278

Black with #FDA278

Text Example


Text Example

White with #FDA278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA278; }

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

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

background-color css

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

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

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

border-color css

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

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

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