Html Css Color HEX #F09A7F Dark Salmon

📋 copy color: '#F09A7F'

red 240 ◦ green 154 ◦ blue 127

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

Shades of Dark Salmon #F09A7F

Tints of Dark Salmon #F09A7F

RGB

 RED value IS 240 (94.14% from 255) = 46.07%

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

 BLUE value IS 127 (50% from 255) = 24.38%

R = 46.07%
G = 29.56%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F09A7F (or 0xF09A7F) is known color: Dark Salmon. HEX triplet: F0, 9A and 7F. RGB value is (240,154,127). Sum of RGB (Red+Green+Blue) = 240+154+127=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09A7F is #0F6580. Grayscale: #B0B0B0. Windows color (decimal): -1009025 or 8362736. OLE color: 8362736.

HSL color Cylindrical-coordinate representation of color #F09A7F: hue angle of 14.34º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F09A7F is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 154 127 -
CMYK 0 0.36 0.47 0.06
HSL 14.34º 0.79% 0.72% -
HSV(B) 14.34º 0.47% 0.94% -
XYZ 51.32 43.17 25.71 -
YUV 176.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 240 154 127 0 0.36 0.47 0.06 14.34 0.79 0.72
Hex F0 9A 7F 0 24 2F 6 E 4F 48
Octal 360 232 177 0 44 57 6 16 117 110
Binary 11110000 10011010 1111111 0 100100 101111 110 1110 1001111 1001000

Color Harmonies of #F09A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A7F

Black with #F09A7F

Text Example


Text Example

White with #F09A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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