Html Css Color HEX #FB7A6F Salmon

📋 copy color: '#FB7A6F'

red 251 ◦ green 122 ◦ blue 111

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

Shades of Salmon #FB7A6F

Tints of Salmon #FB7A6F

RGB

 RED value IS 251 (98.44% from 255) = 51.86%

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

 BLUE value IS 111 (43.75% from 255) = 22.93%

R = 51.86%
G = 25.21%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB7A6F (or 0xFB7A6F) is known color: Salmon. HEX triplet: FB, 7A and 6F. RGB value is (251,122,111). Sum of RGB (Red+Green+Blue) = 251+122+111=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7A6F is #048590. Grayscale: #9F9F9F. Windows color (decimal): -296337 or 7305979. OLE color: 7305979.

HSL color Cylindrical-coordinate representation of color #FB7A6F: hue angle of 4.71º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB7A6F is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 122 111 -
CMYK 0 0.51 0.56 0.02
HSL 4.71º 0.95% 0.71% -
HSV(B) 4.71º 0.56% 0.98% -
XYZ 49.61 35.58 19.29 -
YUV 159.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 251 122 111 0 0.51 0.56 0.02 4.71 0.95 0.71
Hex FB 7A 6F 0 33 38 2 5 5F 47
Octal 373 172 157 0 63 70 2 5 137 107
Binary 11111011 1111010 1101111 0 110011 111000 10 101 1011111 1000111

Color Harmonies of #FB7A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7A6F

Black with #FB7A6F

Text Example


Text Example

White with #FB7A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7A6F; }

 p { color: rgb(251,122,111); }

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

background-color css

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

 a { background-color: rgb(251,122,111); }

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

border-color css

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

 span { border-color: rgb(251,122,111); }

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