Html Css Color HEX #F09B7F Dark Salmon

📋 copy color: '#F09B7F'

red 240 ◦ green 155 ◦ blue 127

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

Shades of Dark Salmon #F09B7F

Tints of Dark Salmon #F09B7F

RGB

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

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

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

R = 45.98%
G = 29.69%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F09B7F (or 0xF09B7F) is known color: Dark Salmon. HEX triplet: F0, 9B and 7F. RGB value is (240,155,127). Sum of RGB (Red+Green+Blue) = 240+155+127=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09B7F is #0F6480. Grayscale: #B1B1B1. Windows color (decimal): -1008769 or 8362992. OLE color: 8362992.

HSL color Cylindrical-coordinate representation of color #F09B7F: hue angle of 14.87º 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 #F09B7F is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 155 127 -
CMYK 0 0.35 0.47 0.06
HSL 14.87º 0.79% 0.72% -
HSV(B) 14.87º 0.47% 0.94% -
XYZ 51.49 43.5 25.76 -
YUV 177.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 240 155 127 0 0.35 0.47 0.06 14.87 0.79 0.72
Hex F0 9B 7F 0 23 2F 6 F 4F 48
Octal 360 233 177 0 43 57 6 17 117 110
Binary 11110000 10011011 1111111 0 100011 101111 110 1111 1001111 1001000

Color Harmonies of #F09B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09B7F

Black with #F09B7F

Text Example


Text Example

White with #F09B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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