Html Css Color HEX #FD7A67 Salmon

📋 copy color: '#FD7A67'

red 253 ◦ green 122 ◦ blue 103

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

Shades of Salmon #FD7A67

Tints of Salmon #FD7A67

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.52%

 BLUE value IS 103 (40.63% from 255) = 21.55%

R = 52.93%
G = 25.52%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FD7A67 (or 0xFD7A67) is known color: Salmon. HEX triplet: FD, 7A and 67. RGB value is (253,122,103). Sum of RGB (Red+Green+Blue) = 253+122+103=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A67 is #028598. Grayscale: #9F9F9F. Windows color (decimal): -165273 or 6781693. OLE color: 6781693.

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

Color convert

RGB 253 122 103 -
CMYK 0 0.52 0.59 0.01
HSL 7.6º 0.97% 0.7% -
HSV(B) 7.6º 0.59% 0.99% -
XYZ 49.92 35.78 17.11 -
YUV 159 96.4 195.04 -
System Red Green Blue C M Y K H S L
Decimal 253 122 103 0 0.52 0.59 0.01 7.6 0.97 0.7
Hex FD 7A 67 0 34 3B 1 8 61 46
Octal 375 172 147 0 64 73 1 10 141 106
Binary 11111101 1111010 1100111 0 110100 111011 1 1000 1100001 1000110

Color Harmonies of #FD7A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7A67

Black with #FD7A67

Text Example


Text Example

White with #FD7A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7A67; }

 p { color: rgb(253,122,103); }

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

background-color css

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

 a { background-color: rgb(253,122,103); }

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

border-color css

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

 span { border-color: rgb(253,122,103); }

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