#f29a7f

Color #F29A7F Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #F29A7F

Tints of Dark Salmon #F29A7F

Color information

#F29A7F (or 0xF29A7F) is unknown color: approx Dark Salmon. HEX triplet: F2, 9A and 7F. RGB value is (242,154,127). Sum of RGB (Red+Green+Blue) = 242+154+127=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29A7F is #0D6580. Grayscale: #B1B1B1. Windows color (decimal): -877953 or 8362738. OLE color: 8362738.

HSL color Cylindrical-coordinate representation of color #F29A7F: hue angle of 14.09º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F29A7F is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB242154127-
CMYK00.360.480.05
HSL14.09º81.56%72.35%-
HSV(B)14.09º47.52%94.9%-
XYZ5243.5225.74-
YUV177.2399.65174.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 127 (50% from 255) = 24.28%
R=46.27%
G=29.45%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215412700.360.480.0514.0981.5672.35
HexF29A7F024305e5248
Octal36223217704460516122110
Binary111100101001101011111110100100110000101111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29a7f; }

 p { color: rgb(242,154,127); }

 H1.HeaderClassName
 {
   color: #f29a7f;
 }
 .AnyTagClassName
 {
   color: #f29a7f;
 }
</style>
background-color css

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

 a { background-color: rgb(242,154,127); }

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

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

 span { border-color: rgb(242,154,127); }

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