Html Css Color HEX #F6A883 Light Salmon

📋 copy color: '#F6A883'

red 246 ◦ green 168 ◦ blue 131

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

Shades of Light Salmon #F6A883

Tints of Light Salmon #F6A883

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.83%

 BLUE value IS 131 (51.56% from 255) = 24.04%

R = 45.14%
G = 30.83%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F6A883 (or 0xF6A883) is known color: Light Salmon. HEX triplet: F6, A8 and 83. RGB value is (246,168,131). Sum of RGB (Red+Green+Blue) = 246+168+131=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A883 is #09577C. Grayscale: #BBBBBB. Windows color (decimal): -612221 or 8628470. OLE color: 8628470.

HSL color Cylindrical-coordinate representation of color #F6A883: hue angle of 19.3º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6A883 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 168 131 -
CMYK 0 0.32 0.47 0.04
HSL 19.3º 0.86% 0.74% -
HSV(B) 19.3º 0.47% 0.96% -
XYZ 56.11 49.24 28.02 -
YUV 187.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 246 168 131 0 0.32 0.47 0.04 19.3 0.86 0.74
Hex F6 A8 83 0 20 2F 4 13 56 4A
Octal 366 250 203 0 40 57 4 23 126 112
Binary 11110110 10101000 10000011 0 100000 101111 100 10011 1010110 1001010

Color Harmonies of #F6A883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A883

Black with #F6A883

Text Example


Text Example

White with #F6A883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A883; }

 p { color: rgb(246,168,131); }

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

background-color css

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

 a { background-color: rgb(246,168,131); }

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

border-color css

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

 span { border-color: rgb(246,168,131); }

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