Html Css Color HEX #FB8467 Salmon

📋 copy color: '#FB8467'

red 251 ◦ green 132 ◦ blue 103

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

Shades of Salmon #FB8467

Tints of Salmon #FB8467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.16%

 BLUE value IS 103 (40.63% from 255) = 21.19%

R = 51.65%
G = 27.16%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB8467 (or 0xFB8467) is known color: Salmon. HEX triplet: FB, 84 and 67. RGB value is (251,132,103). Sum of RGB (Red+Green+Blue) = 251+132+103=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8467 is #047B98. Grayscale: #A4A4A4. Windows color (decimal): -293785 or 6784251. OLE color: 6784251.

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

Color convert

RGB 251 132 103 -
CMYK 0 0.47 0.59 0.02
HSL 11.76º 0.95% 0.69% -
HSV(B) 11.76º 0.59% 0.98% -
XYZ 50.48 37.99 17.5 -
YUV 164.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 251 132 103 0 0.47 0.59 0.02 11.76 0.95 0.69
Hex FB 84 67 0 2F 3B 2 C 5F 45
Octal 373 204 147 0 57 73 2 14 137 105
Binary 11111011 10000100 1100111 0 101111 111011 10 1100 1011111 1000101

Color Harmonies of #FB8467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8467

Black with #FB8467

Text Example


Text Example

White with #FB8467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8467; }

 p { color: rgb(251,132,103); }

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

background-color css

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

 a { background-color: rgb(251,132,103); }

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

border-color css

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

 span { border-color: rgb(251,132,103); }

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