Html Css Color HEX #F29B7E Dark Salmon

📋 copy color: '#F29B7E'

red 242 ◦ green 155 ◦ blue 126

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

Shades of Dark Salmon #F29B7E

Tints of Dark Salmon #F29B7E

RGB

 RED value IS 242 (94.92% from 255) = 46.27%

 GREEN value IS 155 (60.94% from 255) = 29.64%

 BLUE value IS 126 (49.61% from 255) = 24.09%

R = 46.27%
G = 29.64%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F29B7E (or 0xF29B7E) is known color: Dark Salmon. HEX triplet: F2, 9B and 7E. RGB value is (242,155,126). Sum of RGB (Red+Green+Blue) = 242+155+126=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29B7E is #0D6481. Grayscale: #B1B1B1. Windows color (decimal): -877698 or 8297458. OLE color: 8297458.

HSL color Cylindrical-coordinate representation of color #F29B7E: hue angle of 15º 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 #F29B7E is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 155 126 -
CMYK 0 0.36 0.48 0.05
HSL 15º 0.82% 0.72% -
HSV(B) 15º 0.48% 0.95% -
XYZ 52.11 43.83 25.45 -
YUV 177.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 242 155 126 0 0.36 0.48 0.05 15 0.82 0.72
Hex F2 9B 7E 0 24 30 5 F 52 48
Octal 362 233 176 0 44 60 5 17 122 110
Binary 11110010 10011011 1111110 0 100100 110000 101 1111 1010010 1001000

Color Harmonies of #F29B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29B7E

Black with #F29B7E

Text Example


Text Example

White with #F29B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29B7E; }

 p { color: rgb(242,155,126); }

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

background-color css

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

 a { background-color: rgb(242,155,126); }

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

border-color css

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

 span { border-color: rgb(242,155,126); }

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