Html Css Color HEX #F69876 Light Salmon

📋 copy color: '#F69876'

red 246 ◦ green 152 ◦ blue 118

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

Shades of Light Salmon #F69876

Tints of Light Salmon #F69876

RGB

 RED value IS 246 (96.48% from 255) = 47.67%

 GREEN value IS 152 (59.77% from 255) = 29.46%

 BLUE value IS 118 (46.48% from 255) = 22.87%

R = 47.67%
G = 29.46%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F69876 (or 0xF69876) is known color: Light Salmon. HEX triplet: F6, 98 and 76. RGB value is (246,152,118). Sum of RGB (Red+Green+Blue) = 246+152+118=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F69876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69876 is #096789. Grayscale: #B0B0B0. Windows color (decimal): -616330 or 7772406. OLE color: 7772406.

HSL color Cylindrical-coordinate representation of color #F69876: hue angle of 15.94º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F69876 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 152 118 -
CMYK 0 0.38 0.52 0.04
HSL 15.94º 0.88% 0.71% -
HSV(B) 15.94º 0.52% 0.96% -
XYZ 52.5 43.36 22.74 -
YUV 176.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 246 152 118 0 0.38 0.52 0.04 15.94 0.88 0.71
Hex F6 98 76 0 26 34 4 10 58 47
Octal 366 230 166 0 46 64 4 20 130 107
Binary 11110110 10011000 1110110 0 100110 110100 100 10000 1011000 1000111

Color Harmonies of #F69876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69876

Black with #F69876

Text Example


Text Example

White with #F69876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69876; }

 p { color: rgb(246,152,118); }

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

background-color css

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

 a { background-color: rgb(246,152,118); }

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

border-color css

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

 span { border-color: rgb(246,152,118); }

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