Html Css Color HEX #F09C81 Dark Salmon

📋 copy color: '#F09C81'

red 240 ◦ green 156 ◦ blue 129

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

Shades of Dark Salmon #F09C81

Tints of Dark Salmon #F09C81

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.71%

 BLUE value IS 129 (50.78% from 255) = 24.57%

R = 45.71%
G = 29.71%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F09C81 (or 0xF09C81) is known color: Dark Salmon. HEX triplet: F0, 9C and 81. RGB value is (240,156,129). Sum of RGB (Red+Green+Blue) = 240+156+129=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09C81 is #0F637E. Grayscale: #B2B2B2. Windows color (decimal): -1008511 or 8494320. OLE color: 8494320.

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

Color convert

RGB 240 156 129 -
CMYK 0 0.35 0.46 0.06
HSL 14.59º 0.79% 0.72% -
HSV(B) 14.59º 0.46% 0.94% -
XYZ 51.79 43.89 26.51 -
YUV 178.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 240 156 129 0 0.35 0.46 0.06 14.59 0.79 0.72
Hex F0 9C 81 0 23 2E 6 F 4F 48
Octal 360 234 201 0 43 56 6 17 117 110
Binary 11110000 10011100 10000001 0 100011 101110 110 1111 1001111 1001000

Color Harmonies of #F09C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C81

Black with #F09C81

Text Example


Text Example

White with #F09C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C81; }

 p { color: rgb(240,156,129); }

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

background-color css

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

 a { background-color: rgb(240,156,129); }

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

border-color css

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

 span { border-color: rgb(240,156,129); }

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