Html Css Color HEX #FB8465 Salmon

📋 copy color: '#FB8465'

red 251 ◦ green 132 ◦ blue 101

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

Shades of Salmon #FB8465

Tints of Salmon #FB8465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 51.86%
G = 27.27%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB8465 (or 0xFB8465) is known color: Salmon. HEX triplet: FB, 84 and 65. RGB value is (251,132,101). Sum of RGB (Red+Green+Blue) = 251+132+101=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8465 is #047B9A. Grayscale: #A4A4A4. Windows color (decimal): -293787 or 6653179. OLE color: 6653179.

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

Color convert

RGB 251 132 101 -
CMYK 0 0.47 0.60 0.02
HSL 12.4º 0.95% 0.69% -
HSV(B) 12.4º 0.6% 0.98% -
XYZ 50.38 37.95 16.98 -
YUV 164.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 251 132 101 0 0.47 0.60 0.02 12.4 0.95 0.69
Hex FB 84 65 0 2F 3C 2 C 5F 45
Octal 373 204 145 0 57 74 2 14 137 105
Binary 11111011 10000100 1100101 0 101111 111100 10 1100 1011111 1000101

Color Harmonies of #FB8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8465

Black with #FB8465

Text Example


Text Example

White with #FB8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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