Html Css Color HEX #FD7C68 Salmon

📋 copy color: '#FD7C68'

red 253 ◦ green 124 ◦ blue 104

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

Shades of Salmon #FD7C68

Tints of Salmon #FD7C68

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 104 (41.02% from 255) = 21.62%

R = 52.6%
G = 25.78%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FD7C68 (or 0xFD7C68) is known color: Salmon. HEX triplet: FD, 7C and 68. RGB value is (253,124,104). Sum of RGB (Red+Green+Blue) = 253+124+104=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C68 is #028397. Grayscale: #A0A0A0. Windows color (decimal): -164760 or 6847741. OLE color: 6847741.

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

Color convert

RGB 253 124 104 -
CMYK 0 0.51 0.59 0.01
HSL 8.05º 0.97% 0.7% -
HSV(B) 8.05º 0.59% 0.99% -
XYZ 50.21 36.3 17.46 -
YUV 160.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 253 124 104 0 0.51 0.59 0.01 8.05 0.97 0.7
Hex FD 7C 68 0 33 3B 1 8 61 46
Octal 375 174 150 0 63 73 1 10 141 106
Binary 11111101 1111100 1101000 0 110011 111011 1 1000 1100001 1000110

Color Harmonies of #FD7C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C68

Black with #FD7C68

Text Example


Text Example

White with #FD7C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C68; }

 p { color: rgb(253,124,104); }

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

background-color css

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

 a { background-color: rgb(253,124,104); }

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

border-color css

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

 span { border-color: rgb(253,124,104); }

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