Html Css Color HEX #F0BF99 Negroni

📋 copy color: '#F0BF99'

red 240 ◦ green 191 ◦ blue 153

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

Shades of Negroni #F0BF99

Tints of Negroni #F0BF99

RGB

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

 GREEN value IS 191 (75% from 255) = 32.71%

 BLUE value IS 153 (60.16% from 255) = 26.2%

R = 41.1%
G = 32.71%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0BF99 (or 0xF0BF99) is known color: 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

RGB 240 191 153 -
CMYK 0 0.20 0.36 0.06
HSL 26.21º 0.74% 0.77% -
HSV(B) 26.21º 0.36% 0.94% -
XYZ 60.32 58.09 38.17 -
YUV 201.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 240 191 153 0 0.20 0.36 0.06 26.21 0.74 0.77
Hex F0 BF 99 0 14 24 6 1A 4A 4D
Octal 360 277 231 0 24 44 6 32 112 115
Binary 11110000 10111111 10011001 0 10100 100100 110 11010 1001010 1001101

Color Harmonies of #F0BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BF99

Black with #F0BF99

Text Example


Text Example

White with #F0BF99

Text Example


Text Example

HTML Codes & Css Web 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>