Html Css Color HEX #FB8768 Salmon

📋 copy color: '#FB8768'

red 251 ◦ green 135 ◦ blue 104

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

Shades of Salmon #FB8768

Tints of Salmon #FB8768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.55%

 BLUE value IS 104 (41.02% from 255) = 21.22%

R = 51.22%
G = 27.55%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB8768 (or 0xFB8768) is known color: Salmon. HEX triplet: FB, 87 and 68. RGB value is (251,135,104). Sum of RGB (Red+Green+Blue) = 251+135+104=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8768 is #047897. Grayscale: #A6A6A6. Windows color (decimal): -293016 or 6850555. OLE color: 6850555.

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

Color convert

RGB 251 135 104 -
CMYK 0 0.46 0.59 0.02
HSL 12.65º 0.95% 0.7% -
HSV(B) 12.65º 0.59% 0.98% -
XYZ 50.95 38.84 17.91 -
YUV 166.15 92.93 188.52 -
System Red Green Blue C M Y K H S L
Decimal 251 135 104 0 0.46 0.59 0.02 12.65 0.95 0.7
Hex FB 87 68 0 2E 3B 2 D 5F 46
Octal 373 207 150 0 56 73 2 15 137 106
Binary 11111011 10000111 1101000 0 101110 111011 10 1101 1011111 1000110

Color Harmonies of #FB8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8768

Black with #FB8768

Text Example


Text Example

White with #FB8768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8768; }

 p { color: rgb(251,135,104); }

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

background-color css

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

 a { background-color: rgb(251,135,104); }

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

border-color css

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

 span { border-color: rgb(251,135,104); }

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