#F0BF52

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

Shades of Cream Can #F0BF52

Tints of Cream Can #F0BF52

Color information

#F0BF52 (or 0xF0BF52) is unknown color: approx Cream Can. HEX triplet: F0, BF and 52. RGB value is (240,191,82). Sum of RGB (Red+Green+Blue) = 240+191+82=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF52 is #0F40AD. Grayscale: #C1C1C1. Windows color (decimal): -999598 or 5423088. OLE color: 5423088.

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

Color convert

RGB24019182-
CMYK00.200.660.06
HSL41.39º84.04%63.14%-
HSV(B)41.39º65.83%94.12%-
XYZ56.0956.415.91-
YUV193.2265.23161.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 82 (32.42% from 255) = 15.98%
R=46.78%
G=37.23%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401918200.200.660.0641.3984.0463.14
HexF0BF5201442629543f
Octal36027712202410265112477
Binary1111000010111111101001001010010000101101010011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BF52; }

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

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

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

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

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

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

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

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