Html Css Color HEX #FDA47B Light Salmon

📋 copy color: '#FDA47B'

red 253 ◦ green 164 ◦ blue 123

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

Shades of Light Salmon #FDA47B

Tints of Light Salmon #FDA47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.78%

R = 46.85%
G = 30.37%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDA47B (or 0xFDA47B) is known color: Light Salmon. HEX triplet: FD, A4 and 7B. RGB value is (253,164,123). Sum of RGB (Red+Green+Blue) = 253+164+123=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA47B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA47B is #025B84. Grayscale: #BABABA. Windows color (decimal): -154501 or 8103165. OLE color: 8103165.

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

Color convert

RGB 253 164 123 -
CMYK 0 0.35 0.51 0.01
HSL 18.92º 0.97% 0.74% -
HSV(B) 18.92º 0.51% 0.99% -
XYZ 57.36 48.86 25.15 -
YUV 185.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 253 164 123 0 0.35 0.51 0.01 18.92 0.97 0.74
Hex FD A4 7B 0 23 33 1 13 61 4A
Octal 375 244 173 0 43 63 1 23 141 112
Binary 11111101 10100100 1111011 0 100011 110011 1 10011 1100001 1001010

Color Harmonies of #FDA47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA47B

Black with #FDA47B

Text Example


Text Example

White with #FDA47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA47B; }

 p { color: rgb(253,164,123); }

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

background-color css

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

 a { background-color: rgb(253,164,123); }

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

border-color css

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

 span { border-color: rgb(253,164,123); }

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