Html Css Color HEX #FB7F68 Salmon

📋 copy color: '#FB7F68'

red 251 ◦ green 127 ◦ blue 104

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

Shades of Salmon #FB7F68

Tints of Salmon #FB7F68

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

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

R = 52.07%
G = 26.35%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FB7F68 (or 0xFB7F68) is known color: Salmon. HEX triplet: FB, 7F and 68. RGB value is (251,127,104). Sum of RGB (Red+Green+Blue) = 251+127+104=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7F68 is #048097. Grayscale: #A1A1A1. Windows color (decimal): -295064 or 6848507. OLE color: 6848507.

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

Color convert

RGB 251 127 104 -
CMYK 0 0.49 0.59 0.02
HSL 9.39º 0.95% 0.7% -
HSV(B) 9.39º 0.59% 0.98% -
XYZ 49.87 36.69 17.55 -
YUV 161.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 251 127 104 0 0.49 0.59 0.02 9.39 0.95 0.7
Hex FB 7F 68 0 31 3B 2 9 5F 46
Octal 373 177 150 0 61 73 2 11 137 106
Binary 11111011 1111111 1101000 0 110001 111011 10 1001 1011111 1000110

Color Harmonies of #FB7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7F68

Black with #FB7F68

Text Example


Text Example

White with #FB7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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