Html Css Color HEX #F99674 Light Salmon

📋 copy color: '#F99674'

red 249 ◦ green 150 ◦ blue 116

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

Shades of Light Salmon #F99674

Tints of Light Salmon #F99674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.13%

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

R = 48.35%
G = 29.13%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F99674 (or 0xF99674) is known color: Light Salmon. HEX triplet: F9, 96 and 74. RGB value is (249,150,116). Sum of RGB (Red+Green+Blue) = 249+150+116=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F99674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99674 is #06698B. Grayscale: #AFAFAF. Windows color (decimal): -420236 or 7640825. OLE color: 7640825.

HSL color Cylindrical-coordinate representation of color #F99674: hue angle of 15.34º 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 #F99674 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 150 116 -
CMYK 0 0.40 0.53 0.02
HSL 15.34º 0.92% 0.72% -
HSV(B) 15.34º 0.53% 0.98% -
XYZ 53.13 43.21 22.06 -
YUV 175.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 249 150 116 0 0.40 0.53 0.02 15.34 0.92 0.72
Hex F9 96 74 0 28 35 2 F 5C 48
Octal 371 226 164 0 50 65 2 17 134 110
Binary 11111001 10010110 1110100 0 101000 110101 10 1111 1011100 1001000

Color Harmonies of #F99674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99674

Black with #F99674

Text Example


Text Example

White with #F99674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99674; }

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

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

background-color css

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

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

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

border-color css

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

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

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