Html Css Color HEX #F6A27A Light Salmon

📋 copy color: '#F6A27A'

red 246 ◦ green 162 ◦ blue 122

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

Shades of Light Salmon #F6A27A

Tints of Light Salmon #F6A27A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.57%

 BLUE value IS 122 (48.05% from 255) = 23.02%

R = 46.42%
G = 30.57%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6A27A (or 0xF6A27A) is known color: Light Salmon. HEX triplet: F6, A2 and 7A. RGB value is (246,162,122). Sum of RGB (Red+Green+Blue) = 246+162+122=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A27A is #095D85. Grayscale: #B6B6B6. Windows color (decimal): -613766 or 8037110. OLE color: 8037110.

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

Color convert

RGB 246 162 122 -
CMYK 0 0.34 0.50 0.04
HSL 19.35º 0.87% 0.72% -
HSV(B) 19.35º 0.5% 0.96% -
XYZ 54.44 46.84 24.58 -
YUV 182.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 246 162 122 0 0.34 0.50 0.04 19.35 0.87 0.72
Hex F6 A2 7A 0 22 32 4 13 57 48
Octal 366 242 172 0 42 62 4 23 127 110
Binary 11110110 10100010 1111010 0 100010 110010 100 10011 1010111 1001000

Color Harmonies of #F6A27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A27A

Black with #F6A27A

Text Example


Text Example

White with #F6A27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A27A; }

 p { color: rgb(246,162,122); }

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

background-color css

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

 a { background-color: rgb(246,162,122); }

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

border-color css

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

 span { border-color: rgb(246,162,122); }

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