Html Css Color HEX #F0C09D Negroni

📋 copy color: '#F0C09D'

red 240 ◦ green 192 ◦ blue 157

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

Shades of Negroni #F0C09D

Tints of Negroni #F0C09D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.6%

 BLUE value IS 157 (61.72% from 255) = 26.66%

R = 40.75%
G = 32.6%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0C09D (or 0xF0C09D) is known color: Negroni. HEX triplet: F0, C0 and 9D. RGB value is (240,192,157). Sum of RGB (Red+Green+Blue) = 240+192+157=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C09D is #0F3F62. Grayscale: #CACACA. Windows color (decimal): -999267 or 10338544. OLE color: 10338544.

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

Color convert

RGB 240 192 157 -
CMYK 0 0.20 0.35 0.06
HSL 25.3º 0.73% 0.78% -
HSV(B) 25.3º 0.35% 0.94% -
XYZ 60.87 58.66 40.01 -
YUV 202.36 102.4 154.85 -
System Red Green Blue C M Y K H S L
Decimal 240 192 157 0 0.20 0.35 0.06 25.3 0.73 0.78
Hex F0 C0 9D 0 14 23 6 19 49 4E
Octal 360 300 235 0 24 43 6 31 111 116
Binary 11110000 11000000 10011101 0 10100 100011 110 11001 1001001 1001110

Color Harmonies of #F0C09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C09D

Black with #F0C09D

Text Example


Text Example

White with #F0C09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C09D; }

 p { color: rgb(240,192,157); }

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

background-color css

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

 a { background-color: rgb(240,192,157); }

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

border-color css

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

 span { border-color: rgb(240,192,157); }

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