#F0BF9A

Color #F0BF9A Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #F0BF9A

Tints of Negroni #F0BF9A

Color information

#F0BF9A (or 0xF0BF9A) is unknown color: approx Negroni. HEX triplet: F0, BF and 9A. RGB value is (240,191,154). Sum of RGB (Red+Green+Blue) = 240+191+154=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF9A is #0F4065. Grayscale: #C9C9C9. Windows color (decimal): -999526 or 10141680. OLE color: 10141680.

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

Color convert

RGB240191154-
CMYK00.200.360.06
HSL25.81º74.14%77.25%-
HSV(B)25.81º35.83%94.12%-
XYZ60.458.1238.61-
YUV201.43101.23155.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=41.03%
G=32.65%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019115400.200.360.0625.8174.1477.25
HexF0BF9A0142461a4a4d
Octal36027723202444632112115
Binary1111000010111111100110100101001001001101101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BF9A; }

 p { color: rgb(240,191,154); }

 H1.HeaderClassName
 {
   color: #F0BF9A;
 }
 .AnyTagClassName
 {
   color: #F0BF9A;
 }
</style>
background-color css

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

 a { background-color: rgb(240,191,154); }

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

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

 span { border-color: rgb(240,191,154); }

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