Html Css Color HEX #F99A74 Light Salmon

📋 copy color: '#F99A74'

red 249 ◦ green 154 ◦ blue 116

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

Shades of Light Salmon #F99A74

Tints of Light Salmon #F99A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.67%

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 47.98%
G = 29.67%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F99A74 (or 0xF99A74) is known color: Light Salmon. HEX triplet: F9, 9A and 74. RGB value is (249,154,116). Sum of RGB (Red+Green+Blue) = 249+154+116=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99A74 is #06658B. Grayscale: #B2B2B2. Windows color (decimal): -419212 or 7641849. OLE color: 7641849.

HSL color Cylindrical-coordinate representation of color #F99A74: hue angle of 17.14º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F99A74 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 154 116 -
CMYK 0 0.38 0.53 0.02
HSL 17.14º 0.92% 0.72% -
HSV(B) 17.14º 0.53% 0.98% -
XYZ 53.77 44.51 22.28 -
YUV 178.07 92.97 178.59 -
System Red Green Blue C M Y K H S L
Decimal 249 154 116 0 0.38 0.53 0.02 17.14 0.92 0.72
Hex F9 9A 74 0 26 35 2 11 5C 48
Octal 371 232 164 0 46 65 2 21 134 110
Binary 11111001 10011010 1110100 0 100110 110101 10 10001 1011100 1001000

Color Harmonies of #F99A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99A74

Black with #F99A74

Text Example


Text Example

White with #F99A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99A74; }

 p { color: rgb(249,154,116); }

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

background-color css

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

 a { background-color: rgb(249,154,116); }

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

border-color css

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

 span { border-color: rgb(249,154,116); }

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