#F3BF46

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

Shades of Cream Can #F3BF46

Tints of Cream Can #F3BF46

Color information

#F3BF46 (or 0xF3BF46) is unknown color: approx Cream Can. HEX triplet: F3, BF and 46. RGB value is (243,191,70). Sum of RGB (Red+Green+Blue) = 243+191+70=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BF46 is #0C40B9. Grayscale: #C1C1C1. Windows color (decimal): -803002 or 4636659. OLE color: 4636659.

HSL color Cylindrical-coordinate representation of color #F3BF46: hue angle of 41.97º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3BF46 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB24319170-
CMYK00.210.710.05
HSL41.97º87.82%61.37%-
HSV(B)41.97º71.19%95.29%-
XYZ56.756.7613.76-
YUV192.7558.73163.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.21%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 70 (27.73% from 255) = 13.89%
R=48.21%
G=37.90%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431917000.210.710.0541.9787.8261.37
HexF3BF460154752a583d
Octal36327710602510755213075
Binary1111001110111111100011001010110001111011010101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BF46; }

 p { color: rgb(243,191,70); }

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

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

 a { background-color: rgb(243,191,70); }

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

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

 span { border-color: rgb(243,191,70); }

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