#F3BF4B

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

Shades of Cream Can #F3BF4B

Tints of Cream Can #F3BF4B

Color information

#F3BF4B (or 0xF3BF4B) is unknown color: approx Cream Can. HEX triplet: F3, BF and 4B. RGB value is (243,191,75). Sum of RGB (Red+Green+Blue) = 243+191+75=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BF4B is #0C40B4. Grayscale: #C1C1C1. Windows color (decimal): -802997 or 4964339. OLE color: 4964339.

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

Color convert

RGB24319175-
CMYK00.210.690.05
HSL41.43º87.5%62.35%-
HSV(B)41.43º69.14%95.29%-
XYZ56.8656.8214.63-
YUV193.3261.23163.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.74%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 75 (29.69% from 255) = 14.73%
R=47.74%
G=37.52%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431917500.210.690.0541.4387.562.35
HexF3BF4B01545529583e
Octal36327711302510555113076
Binary1111001110111111100101101010110001011011010011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BF4B; }

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

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

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

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

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

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

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

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