Html Css Color HEX #FE7B70 Salmon

📋 copy color: '#FE7B70'

red 254 ◦ green 123 ◦ blue 112

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

Shades of Salmon #FE7B70

Tints of Salmon #FE7B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.15%

 BLUE value IS 112 (44.14% from 255) = 22.9%

R = 51.94%
G = 25.15%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE7B70 (or 0xFE7B70) is known color: Salmon. HEX triplet: FE, 7B and 70. RGB value is (254,123,112). Sum of RGB (Red+Green+Blue) = 254+123+112=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B70 is #01848F. Grayscale: #A1A1A1. Windows color (decimal): -99472 or 7371774. OLE color: 7371774.

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

Color convert

RGB 254 123 112 -
CMYK 0 0.52 0.56 0.00
HSL 4.65º 0.99% 0.72% -
HSV(B) 4.65º 0.56% 1% -
XYZ 50.88 36.41 19.67 -
YUV 160.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 254 123 112 0 0.52 0.56 0.00 4.65 0.99 0.72
Hex FE 7B 70 0 34 38 0 5 63 48
Octal 376 173 160 0 64 70 0 5 143 110
Binary 11111110 1111011 1110000 0 110100 111000 0 101 1100011 1001000

Color Harmonies of #FE7B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B70

Black with #FE7B70

Text Example


Text Example

White with #FE7B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B70; }

 p { color: rgb(254,123,112); }

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

background-color css

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

 a { background-color: rgb(254,123,112); }

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

border-color css

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

 span { border-color: rgb(254,123,112); }

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