Html Css Color HEX #F99E7C Light Salmon

📋 copy color: '#F99E7C'

red 249 ◦ green 158 ◦ blue 124

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

Shades of Light Salmon #F99E7C

Tints of Light Salmon #F99E7C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.76%

 BLUE value IS 124 (48.83% from 255) = 23.35%

R = 46.89%
G = 29.76%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F99E7C (or 0xF99E7C) is known color: Light Salmon. HEX triplet: F9, 9E and 7C. RGB value is (249,158,124). Sum of RGB (Red+Green+Blue) = 249+158+124=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99E7C is #066183. Grayscale: #B5B5B5. Windows color (decimal): -418180 or 8167161. OLE color: 8167161.

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

Color convert

RGB 249 158 124 -
CMYK 0 0.37 0.50 0.02
HSL 16.32º 0.91% 0.73% -
HSV(B) 16.32º 0.5% 0.98% -
XYZ 54.93 46.05 25.06 -
YUV 181.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 249 158 124 0 0.37 0.50 0.02 16.32 0.91 0.73
Hex F9 9E 7C 0 25 32 2 10 5B 49
Octal 371 236 174 0 45 62 2 20 133 111
Binary 11111001 10011110 1111100 0 100101 110010 10 10000 1011011 1001001

Color Harmonies of #F99E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99E7C

Black with #F99E7C

Text Example


Text Example

White with #F99E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99E7C; }

 p { color: rgb(249,158,124); }

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

background-color css

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

 a { background-color: rgb(249,158,124); }

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

border-color css

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

 span { border-color: rgb(249,158,124); }

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