Html Css Color HEX #F99D7A Light Salmon

📋 copy color: '#F99D7A'

red 249 ◦ green 157 ◦ blue 122

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

Shades of Light Salmon #F99D7A

Tints of Light Salmon #F99D7A

RGB

 RED value IS 249 (97.66% from 255) = 47.16%

 GREEN value IS 157 (61.72% from 255) = 29.73%

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

R = 47.16%
G = 29.73%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F99D7A (or 0xF99D7A) is known color: Light Salmon. HEX triplet: F9, 9D and 7A. RGB value is (249,157,122). Sum of RGB (Red+Green+Blue) = 249+157+122=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99D7A is #066285. Grayscale: #B4B4B4. Windows color (decimal): -418438 or 8035833. OLE color: 8035833.

HSL color Cylindrical-coordinate representation of color #F99D7A: hue angle of 16.54º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F99D7A is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 157 122 -
CMYK 0 0.37 0.51 0.02
HSL 16.54º 0.91% 0.73% -
HSV(B) 16.54º 0.51% 0.98% -
XYZ 54.64 45.66 24.35 -
YUV 180.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 249 157 122 0 0.37 0.51 0.02 16.54 0.91 0.73
Hex F9 9D 7A 0 25 33 2 11 5B 49
Octal 371 235 172 0 45 63 2 21 133 111
Binary 11111001 10011101 1111010 0 100101 110011 10 10001 1011011 1001001

Color Harmonies of #F99D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99D7A

Black with #F99D7A

Text Example


Text Example

White with #F99D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99D7A; }

 p { color: rgb(249,157,122); }

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

background-color css

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

 a { background-color: rgb(249,157,122); }

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

border-color css

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

 span { border-color: rgb(249,157,122); }

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