Html Css Color HEX #F0C69F Negroni

📋 copy color: '#F0C69F'

red 240 ◦ green 198 ◦ blue 159

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

Shades of Negroni #F0C69F

Tints of Negroni #F0C69F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.17%

 BLUE value IS 159 (62.5% from 255) = 26.63%

R = 40.2%
G = 33.17%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0C69F (or 0xF0C69F) is known color: Negroni. HEX triplet: F0, C6 and 9F. RGB value is (240,198,159). Sum of RGB (Red+Green+Blue) = 240+198+159=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C69F is #0F3960. Grayscale: #CECECE. Windows color (decimal): -997729 or 10471152. OLE color: 10471152.

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

Color convert

RGB 240 198 159 -
CMYK 0 0.18 0.34 0.06
HSL 28.89º 0.73% 0.78% -
HSV(B) 28.89º 0.34% 0.94% -
XYZ 62.39 61.42 41.37 -
YUV 206.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 240 198 159 0 0.18 0.34 0.06 28.89 0.73 0.78
Hex F0 C6 9F 0 12 22 6 1D 49 4E
Octal 360 306 237 0 22 42 6 35 111 116
Binary 11110000 11000110 10011111 0 10010 100010 110 11101 1001001 1001110

Color Harmonies of #F0C69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C69F

Black with #F0C69F

Text Example


Text Example

White with #F0C69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C69F; }

 p { color: rgb(240,198,159); }

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

background-color css

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

 a { background-color: rgb(240,198,159); }

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

border-color css

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

 span { border-color: rgb(240,198,159); }

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