Html Css Color HEX #FB8C6F Salmon

📋 copy color: '#FB8C6F'

red 251 ◦ green 140 ◦ blue 111

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

Shades of Salmon #FB8C6F

Tints of Salmon #FB8C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.89%

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

R = 50%
G = 27.89%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB8C6F (or 0xFB8C6F) is known color: Salmon. HEX triplet: FB, 8C and 6F. RGB value is (251,140,111). Sum of RGB (Red+Green+Blue) = 251+140+111=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C6F is #047390. Grayscale: #AAAAAA. Windows color (decimal): -291729 or 7310587. OLE color: 7310587.

HSL color Cylindrical-coordinate representation of color #FB8C6F: hue angle of 12.43º 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 #FB8C6F is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 140 111 -
CMYK 0 0.44 0.56 0.02
HSL 12.43º 0.95% 0.71% -
HSV(B) 12.43º 0.56% 0.98% -
XYZ 52.03 40.41 20.1 -
YUV 169.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 251 140 111 0 0.44 0.56 0.02 12.43 0.95 0.71
Hex FB 8C 6F 0 2C 38 2 C 5F 47
Octal 373 214 157 0 54 70 2 14 137 107
Binary 11111011 10001100 1101111 0 101100 111000 10 1100 1011111 1000111

Color Harmonies of #FB8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8C6F

Black with #FB8C6F

Text Example


Text Example

White with #FB8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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