#F0BF99

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

Shades of Negroni #F0BF99

Tints of Negroni #F0BF99

Color information

#F0BF99 (or 0xF0BF99) is unknown color: approx Negroni. HEX triplet: F0, BF and 99. RGB value is (240,191,153). Sum of RGB (Red+Green+Blue) = 240+191+153=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF99 is #0F4066. Grayscale: #C9C9C9. Windows color (decimal): -999527 or 10076144. OLE color: 10076144.

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

Color convert

RGB240191153-
CMYK00.200.360.06
HSL26.21º74.36%77.06%-
HSV(B)26.21º36.25%94.12%-
XYZ60.3258.0938.17-
YUV201.32100.73155.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 153 (60.16% from 255) = 26.20%
R=41.10%
G=32.71%
B=26.20%

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
Decimal24019115300.200.360.0626.2174.3677.06
HexF0BF990142461a4a4d
Octal36027723102444632112115
Binary1111000010111111100110010101001001001101101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BF99; }

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

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

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

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

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

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

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

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