Html Css Color HEX #FDA789 Light Salmon

📋 copy color: '#FDA789'

red 253 ◦ green 167 ◦ blue 137

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

Shades of Light Salmon #FDA789

Tints of Light Salmon #FDA789

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.98%

 BLUE value IS 137 (53.91% from 255) = 24.6%

R = 45.42%
G = 29.98%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDA789 (or 0xFDA789) is known color: Light Salmon. HEX triplet: FD, A7 and 89. RGB value is (253,167,137). Sum of RGB (Red+Green+Blue) = 253+167+137=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 137 (53.91% from 255 or 24.60% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA789 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA789 is #025876. Grayscale: #BDBDBD. Windows color (decimal): -153719 or 9021437. OLE color: 9021437.

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

Color convert

RGB 253 167 137 -
CMYK 0 0.34 0.46 0.01
HSL 15.52º 0.97% 0.76% -
HSV(B) 15.52º 0.46% 0.99% -
XYZ 58.84 50.33 30.28 -
YUV 189.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 253 167 137 0 0.34 0.46 0.01 15.52 0.97 0.76
Hex FD A7 89 0 22 2E 1 10 61 4C
Octal 375 247 211 0 42 56 1 20 141 114
Binary 11111101 10100111 10001001 0 100010 101110 1 10000 1100001 1001100

Color Harmonies of #FDA789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA789

Black with #FDA789

Text Example


Text Example

White with #FDA789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA789; }

 p { color: rgb(253,167,137); }

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

background-color css

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

 a { background-color: rgb(253,167,137); }

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

border-color css

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

 span { border-color: rgb(253,167,137); }

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