Html Css Color HEX #F99472 Light Salmon

📋 copy color: '#F99472'

red 249 ◦ green 148 ◦ blue 114

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

Shades of Light Salmon #F99472

Tints of Light Salmon #F99472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.96%

 BLUE value IS 114 (44.92% from 255) = 22.31%

R = 48.73%
G = 28.96%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F99472 (or 0xF99472) is known color: Light Salmon. HEX triplet: F9, 94 and 72. RGB value is (249,148,114). Sum of RGB (Red+Green+Blue) = 249+148+114=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F99472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99472 is #066B8D. Grayscale: #AEAEAE. Windows color (decimal): -420750 or 7509241. OLE color: 7509241.

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

Color convert

RGB 249 148 114 -
CMYK 0 0.41 0.54 0.02
HSL 15.11º 0.92% 0.71% -
HSV(B) 15.11º 0.54% 0.98% -
XYZ 52.69 42.53 21.35 -
YUV 174.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 249 148 114 0 0.41 0.54 0.02 15.11 0.92 0.71
Hex F9 94 72 0 29 36 2 F 5C 47
Octal 371 224 162 0 51 66 2 17 134 107
Binary 11111001 10010100 1110010 0 101001 110110 10 1111 1011100 1000111

Color Harmonies of #F99472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99472

Black with #F99472

Text Example


Text Example

White with #F99472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99472; }

 p { color: rgb(249,148,114); }

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

background-color css

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

 a { background-color: rgb(249,148,114); }

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

border-color css

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

 span { border-color: rgb(249,148,114); }

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