Html Css Color HEX #FE7A68 Salmon

📋 copy color: '#FE7A68'

red 254 ◦ green 122 ◦ blue 104

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

Shades of Salmon #FE7A68

Tints of Salmon #FE7A68

RGB

 RED value IS 254 (99.61% from 255) = 52.92%

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

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

R = 52.92%
G = 25.42%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE7A68 (or 0xFE7A68) is known color: Salmon. HEX triplet: FE, 7A and 68. RGB value is (254,122,104). Sum of RGB (Red+Green+Blue) = 254+122+104=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7A68 is #018597. Grayscale: #9F9F9F. Windows color (decimal): -99736 or 6847230. OLE color: 6847230.

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

Color convert

RGB 254 122 104 -
CMYK 0 0.52 0.59 0.00
HSL 7.2º 0.99% 0.7% -
HSV(B) 7.2º 0.59% 1% -
XYZ 50.33 35.99 17.39 -
YUV 159.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 254 122 104 0 0.52 0.59 0.00 7.2 0.99 0.7
Hex FE 7A 68 0 34 3B 0 7 63 46
Octal 376 172 150 0 64 73 0 7 143 106
Binary 11111110 1111010 1101000 0 110100 111011 0 111 1100011 1000110

Color Harmonies of #FE7A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7A68

Black with #FE7A68

Text Example


Text Example

White with #FE7A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7A68; }

 p { color: rgb(254,122,104); }

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

background-color css

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

 a { background-color: rgb(254,122,104); }

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

border-color css

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

 span { border-color: rgb(254,122,104); }

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