Html Css Color HEX #F09274 Dark Salmon

📋 copy color: '#F09274'

red 240 ◦ green 146 ◦ blue 116

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

Shades of Dark Salmon #F09274

Tints of Dark Salmon #F09274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.08%

 BLUE value IS 116 (45.7% from 255) = 23.11%

R = 47.81%
G = 29.08%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F09274 (or 0xF09274) is known color: Dark Salmon. HEX triplet: F0, 92 and 74. RGB value is (240,146,116). Sum of RGB (Red+Green+Blue) = 240+146+116=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F09274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09274 is #0F6D8B. Grayscale: #AAAAAA. Windows color (decimal): -1011084 or 7639792. OLE color: 7639792.

HSL color Cylindrical-coordinate representation of color #F09274: hue angle of 14.52º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F09274 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 146 116 -
CMYK 0 0.39 0.52 0.06
HSL 14.52º 0.81% 0.7% -
HSV(B) 14.52º 0.52% 0.94% -
XYZ 49.37 40.34 21.71 -
YUV 170.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 240 146 116 0 0.39 0.52 0.06 14.52 0.81 0.7
Hex F0 92 74 0 27 34 6 F 51 46
Octal 360 222 164 0 47 64 6 17 121 106
Binary 11110000 10010010 1110100 0 100111 110100 110 1111 1010001 1000110

Color Harmonies of #F09274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09274

Black with #F09274

Text Example


Text Example

White with #F09274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09274; }

 p { color: rgb(240,146,116); }

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

background-color css

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

 a { background-color: rgb(240,146,116); }

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

border-color css

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

 span { border-color: rgb(240,146,116); }

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