Html Css Color HEX #F0C19D Negroni

📋 copy color: '#F0C19D'

red 240 ◦ green 193 ◦ blue 157

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

Shades of Negroni #F0C19D

Tints of Negroni #F0C19D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.71%

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

R = 40.68%
G = 32.71%
B = 26.61%

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

#F0C19D (or 0xF0C19D) is known color: Negroni. HEX triplet: F0, C1 and 9D. RGB value is (240,193,157). Sum of RGB (Red+Green+Blue) = 240+193+157=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C19D is #0F3E62. Grayscale: #CBCBCB. Windows color (decimal): -999011 or 10338800. OLE color: 10338800.

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

Color convert

RGB 240 193 157 -
CMYK 0 0.20 0.35 0.06
HSL 26.02º 0.73% 0.78% -
HSV(B) 26.02º 0.35% 0.94% -
XYZ 61.09 59.1 40.09 -
YUV 202.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 240 193 157 0 0.20 0.35 0.06 26.02 0.73 0.78
Hex F0 C1 9D 0 14 23 6 1A 49 4E
Octal 360 301 235 0 24 43 6 32 111 116
Binary 11110000 11000001 10011101 0 10100 100011 110 11010 1001001 1001110

Color Harmonies of #F0C19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C19D

Black with #F0C19D

Text Example


Text Example

White with #F0C19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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