#FDA67D

Color #FDA67D Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FDA67D

Tints of Light Salmon #FDA67D

Color information

#FDA67D (or 0xFDA67D) is unknown color: approx Light Salmon. HEX triplet: FD, A6 and 7D. RGB value is (253,166,125). Sum of RGB (Red+Green+Blue) = 253+166+125=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA67D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA67D is #025982. Grayscale: #BBBBBB. Windows color (decimal): -153987 or 8234749. OLE color: 8234749.

HSL color Cylindrical-coordinate representation of color #FDA67D: hue angle of 19.22º 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 #FDA67D is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253166125-
CMYK00.340.510.01
HSL19.22º96.97%74.12%-
HSV(B)19.22º50.59%99.22%-
XYZ57.8549.6425.93-
YUV187.3492.82174.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.51%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=46.51%
G=30.51%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316612500.340.510.0119.2296.9774.12
HexFDA67D02233113614a
Octal37524617504263123141112
Binary11111101101001101111101010001011001111001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA67D; }

 p { color: rgb(253,166,125); }

 H1.HeaderClassName
 {
   color: #FDA67D;
 }
 .AnyTagClassName
 {
   color: #FDA67D;
 }
</style>
background-color css

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

 a { background-color: rgb(253,166,125); }

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

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

 span { border-color: rgb(253,166,125); }

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