Html Css Color HEX #FB8A70 Salmon

📋 copy color: '#FB8A70'

red 251 ◦ green 138 ◦ blue 112

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

Shades of Salmon #FB8A70

Tints of Salmon #FB8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.54%

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

R = 50.1%
G = 27.54%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB8A70 (or 0xFB8A70) is known color: Salmon. HEX triplet: FB, 8A and 70. RGB value is (251,138,112). Sum of RGB (Red+Green+Blue) = 251+138+112=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A70 is #04758F. Grayscale: #A9A9A9. Windows color (decimal): -292240 or 7375611. OLE color: 7375611.

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

Color convert

RGB 251 138 112 -
CMYK 0 0.45 0.55 0.02
HSL 11.22º 0.95% 0.71% -
HSV(B) 11.22º 0.55% 0.98% -
XYZ 51.8 39.86 20.29 -
YUV 168.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 251 138 112 0 0.45 0.55 0.02 11.22 0.95 0.71
Hex FB 8A 70 0 2D 37 2 B 5F 47
Octal 373 212 160 0 55 67 2 13 137 107
Binary 11111011 10001010 1110000 0 101101 110111 10 1011 1011111 1000111

Color Harmonies of #FB8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8A70

Black with #FB8A70

Text Example


Text Example

White with #FB8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8A70; }

 p { color: rgb(251,138,112); }

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

background-color css

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

 a { background-color: rgb(251,138,112); }

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

border-color css

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

 span { border-color: rgb(251,138,112); }

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