Html Css Color HEX #F6A483 Light Salmon

📋 copy color: '#F6A483'

red 246 ◦ green 164 ◦ blue 131

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

Shades of Light Salmon #F6A483

Tints of Light Salmon #F6A483

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.31%

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

R = 45.47%
G = 30.31%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F6A483 (or 0xF6A483) is known color: Light Salmon. HEX triplet: F6, A4 and 83. RGB value is (246,164,131). Sum of RGB (Red+Green+Blue) = 246+164+131=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A483 is #095B7C. Grayscale: #B8B8B8. Windows color (decimal): -613245 or 8627446. OLE color: 8627446.

HSL color Cylindrical-coordinate representation of color #F6A483: hue angle of 17.22º 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 #F6A483 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 164 131 -
CMYK 0 0.33 0.47 0.04
HSL 17.22º 0.86% 0.74% -
HSV(B) 17.22º 0.47% 0.96% -
XYZ 55.38 47.78 27.78 -
YUV 184.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 246 164 131 0 0.33 0.47 0.04 17.22 0.86 0.74
Hex F6 A4 83 0 21 2F 4 11 56 4A
Octal 366 244 203 0 41 57 4 21 126 112
Binary 11110110 10100100 10000011 0 100001 101111 100 10001 1010110 1001010

Color Harmonies of #F6A483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A483

Black with #F6A483

Text Example


Text Example

White with #F6A483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A483; }

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

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

background-color css

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

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

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

border-color css

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

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

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