Html Css Color HEX #F0C09B Negroni

📋 copy color: '#F0C09B'

red 240 ◦ green 192 ◦ blue 155

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

Shades of Negroni #F0C09B

Tints of Negroni #F0C09B

RGB

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

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

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

R = 40.89%
G = 32.71%
B = 26.41%

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

#F0C09B (or 0xF0C09B) is known color: Negroni. HEX triplet: F0, C0 and 9B. RGB value is (240,192,155). Sum of RGB (Red+Green+Blue) = 240+192+155=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C09B is #0F3F64. Grayscale: #CACACA. Windows color (decimal): -999269 or 10207472. OLE color: 10207472.

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

Color convert

RGB 240 192 155 -
CMYK 0 0.20 0.35 0.06
HSL 26.12º 0.74% 0.77% -
HSV(B) 26.12º 0.35% 0.94% -
XYZ 60.7 58.59 39.12 -
YUV 202.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 240 192 155 0 0.20 0.35 0.06 26.12 0.74 0.77
Hex F0 C0 9B 0 14 23 6 1A 4A 4D
Octal 360 300 233 0 24 43 6 32 112 115
Binary 11110000 11000000 10011011 0 10100 100011 110 11010 1001010 1001101

Color Harmonies of #F0C09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C09B

Black with #F0C09B

Text Example


Text Example

White with #F0C09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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