Html Css Color HEX #F0C29B Negroni

📋 copy color: '#F0C29B'

red 240 ◦ green 194 ◦ blue 155

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

Shades of Negroni #F0C29B

Tints of Negroni #F0C29B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.94%

 BLUE value IS 155 (60.94% from 255) = 26.32%

R = 40.75%
G = 32.94%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0C29B (or 0xF0C29B) is known color: Negroni. HEX triplet: F0, C2 and 9B. RGB value is (240,194,155). Sum of RGB (Red+Green+Blue) = 240+194+155=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C29B is #0F3D64. Grayscale: #CBCBCB. Windows color (decimal): -998757 or 10207984. OLE color: 10207984.

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

Color convert

RGB 240 194 155 -
CMYK 0 0.19 0.35 0.06
HSL 27.53º 0.74% 0.77% -
HSV(B) 27.53º 0.35% 0.94% -
XYZ 61.14 59.48 39.27 -
YUV 203.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 240 194 155 0 0.19 0.35 0.06 27.53 0.74 0.77
Hex F0 C2 9B 0 13 23 6 1C 4A 4D
Octal 360 302 233 0 23 43 6 34 112 115
Binary 11110000 11000010 10011011 0 10011 100011 110 11100 1001010 1001101

Color Harmonies of #F0C29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C29B

Black with #F0C29B

Text Example


Text Example

White with #F0C29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C29B; }

 p { color: rgb(240,194,155); }

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

background-color css

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

 a { background-color: rgb(240,194,155); }

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

border-color css

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

 span { border-color: rgb(240,194,155); }

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