Html Css Color HEX #FDA07E Light Salmon

📋 copy color: '#FDA07E'

red 253 ◦ green 160 ◦ blue 126

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

Shades of Light Salmon #FDA07E

Tints of Light Salmon #FDA07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.68%

 BLUE value IS 126 (49.61% from 255) = 23.38%

R = 46.94%
G = 29.68%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDA07E (or 0xFDA07E) is known color: Light Salmon. HEX triplet: FD, A0 and 7E. RGB value is (253,160,126). Sum of RGB (Red+Green+Blue) = 253+160+126=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA07E is #025F81. Grayscale: #B8B8B8. Windows color (decimal): -155522 or 8298749. OLE color: 8298749.

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

Color convert

RGB 253 160 126 -
CMYK 0 0.37 0.50 0.01
HSL 16.06º 0.97% 0.74% -
HSV(B) 16.06º 0.5% 0.99% -
XYZ 56.84 47.53 25.92 -
YUV 183.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 253 160 126 0 0.37 0.50 0.01 16.06 0.97 0.74
Hex FD A0 7E 0 25 32 1 10 61 4A
Octal 375 240 176 0 45 62 1 20 141 112
Binary 11111101 10100000 1111110 0 100101 110010 1 10000 1100001 1001010

Color Harmonies of #FDA07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA07E

Black with #FDA07E

Text Example


Text Example

White with #FDA07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA07E; }

 p { color: rgb(253,160,126); }

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

background-color css

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

 a { background-color: rgb(253,160,126); }

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

border-color css

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

 span { border-color: rgb(253,160,126); }

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