Html Css Color HEX #F69C7B Light Salmon

📋 copy color: '#F69C7B'

red 246 ◦ green 156 ◦ blue 123

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

Shades of Light Salmon #F69C7B

Tints of Light Salmon #F69C7B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.71%

 BLUE value IS 123 (48.44% from 255) = 23.43%

R = 46.86%
G = 29.71%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F69C7B (or 0xF69C7B) is known color: Light Salmon. HEX triplet: F6, 9C and 7B. RGB value is (246,156,123). Sum of RGB (Red+Green+Blue) = 246+156+123=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69C7B is #096384. Grayscale: #B3B3B3. Windows color (decimal): -615301 or 8101110. OLE color: 8101110.

HSL color Cylindrical-coordinate representation of color #F69C7B: hue angle of 16.1º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F69C7B is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 156 123 -
CMYK 0 0.37 0.50 0.04
HSL 16.1º 0.87% 0.72% -
HSV(B) 16.1º 0.5% 0.96% -
XYZ 53.47 44.8 24.57 -
YUV 179.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 246 156 123 0 0.37 0.50 0.04 16.1 0.87 0.72
Hex F6 9C 7B 0 25 32 4 10 57 48
Octal 366 234 173 0 45 62 4 20 127 110
Binary 11110110 10011100 1111011 0 100101 110010 100 10000 1010111 1001000

Color Harmonies of #F69C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69C7B

Black with #F69C7B

Text Example


Text Example

White with #F69C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69C7B; }

 p { color: rgb(246,156,123); }

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

background-color css

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

 a { background-color: rgb(246,156,123); }

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

border-color css

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

 span { border-color: rgb(246,156,123); }

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