Html Css Color HEX #F7A384 Light Salmon

📋 copy color: '#F7A384'

red 247 ◦ green 163 ◦ blue 132

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

Shades of Light Salmon #F7A384

Tints of Light Salmon #F7A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.07%

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

R = 45.57%
G = 30.07%
B = 24.35%

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

#F7A384 (or 0xF7A384) is known color: Light Salmon. HEX triplet: F7, A3 and 84. RGB value is (247,163,132). Sum of RGB (Red+Green+Blue) = 247+163+132=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A384 is #085C7B. Grayscale: #B8B8B8. Windows color (decimal): -547964 or 8692727. OLE color: 8692727.

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

Color convert

RGB 247 163 132 -
CMYK 0 0.34 0.47 0.03
HSL 16.17º 0.88% 0.74% -
HSV(B) 16.17º 0.47% 0.97% -
XYZ 55.62 47.63 28.09 -
YUV 184.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 247 163 132 0 0.34 0.47 0.03 16.17 0.88 0.74
Hex F7 A3 84 0 22 2F 3 10 58 4A
Octal 367 243 204 0 42 57 3 20 130 112
Binary 11110111 10100011 10000100 0 100010 101111 11 10000 1011000 1001010

Color Harmonies of #F7A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A384

Black with #F7A384

Text Example


Text Example

White with #F7A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A384; }

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

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

background-color css

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

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

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

border-color css

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

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

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