Html Css Color HEX #F69E7F Light Salmon

📋 copy color: '#F69E7F'

red 246 ◦ green 158 ◦ blue 127

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

Shades of Light Salmon #F69E7F

Tints of Light Salmon #F69E7F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.76%

 BLUE value IS 127 (50% from 255) = 23.92%

R = 46.33%
G = 29.76%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F69E7F (or 0xF69E7F) is known color: Light Salmon. HEX triplet: F6, 9E and 7F. RGB value is (246,158,127). Sum of RGB (Red+Green+Blue) = 246+158+127=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F69E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69E7F is #096180. Grayscale: #B4B4B4. Windows color (decimal): -614785 or 8363766. OLE color: 8363766.

HSL color Cylindrical-coordinate representation of color #F69E7F: hue angle of 15.63º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F69E7F is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 158 127 -
CMYK 0 0.36 0.48 0.04
HSL 15.63º 0.87% 0.73% -
HSV(B) 15.63º 0.48% 0.96% -
XYZ 54.06 45.58 26.03 -
YUV 180.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 246 158 127 0 0.36 0.48 0.04 15.63 0.87 0.73
Hex F6 9E 7F 0 24 30 4 10 57 49
Octal 366 236 177 0 44 60 4 20 127 111
Binary 11110110 10011110 1111111 0 100100 110000 100 10000 1010111 1001001

Color Harmonies of #F69E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69E7F

Black with #F69E7F

Text Example


Text Example

White with #F69E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69E7F; }

 p { color: rgb(246,158,127); }

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

background-color css

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

 a { background-color: rgb(246,158,127); }

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

border-color css

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

 span { border-color: rgb(246,158,127); }

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