Html Css Color HEX #F7A484 Light Salmon

📋 copy color: '#F7A484'

red 247 ◦ green 164 ◦ blue 132

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

Shades of Light Salmon #F7A484

Tints of Light Salmon #F7A484

RGB

 RED value IS 247 (96.88% from 255) = 45.49%

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

 BLUE value IS 132 (51.95% from 255) = 24.31%

R = 45.49%
G = 30.2%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F7A484 (or 0xF7A484) is known color: Light Salmon. HEX triplet: F7, A4 and 84. RGB value is (247,164,132). Sum of RGB (Red+Green+Blue) = 247+164+132=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A484 is #085B7B. Grayscale: #B9B9B9. Windows color (decimal): -547708 or 8692983. OLE color: 8692983.

HSL color Cylindrical-coordinate representation of color #F7A484: hue angle of 16.7º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7A484 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 164 132 -
CMYK 0 0.34 0.47 0.03
HSL 16.7º 0.88% 0.74% -
HSV(B) 16.7º 0.47% 0.97% -
XYZ 55.8 47.99 28.15 -
YUV 185.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 247 164 132 0 0.34 0.47 0.03 16.7 0.88 0.74
Hex F7 A4 84 0 22 2F 3 11 58 4A
Octal 367 244 204 0 42 57 3 21 130 112
Binary 11110111 10100100 10000100 0 100010 101111 11 10001 1011000 1001010

Color Harmonies of #F7A484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A484

Black with #F7A484

Text Example


Text Example

White with #F7A484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A484; }

 p { color: rgb(247,164,132); }

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

background-color css

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

 a { background-color: rgb(247,164,132); }

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

border-color css

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

 span { border-color: rgb(247,164,132); }

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