#F6BF4B

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

Shades of Cream Can #F6BF4B

Tints of Cream Can #F6BF4B

Color information

#F6BF4B (or 0xF6BF4B) is unknown color: approx Cream Can. HEX triplet: F6, BF and 4B. RGB value is (246,191,75). Sum of RGB (Red+Green+Blue) = 246+191+75=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BF4B is #0940B4. Grayscale: #C2C2C2. Windows color (decimal): -606389 or 4964342. OLE color: 4964342.

HSL color Cylindrical-coordinate representation of color #F6BF4B: hue angle of 40.7º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6BF4B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24619175-
CMYK00.220.700.04
HSL40.7º90.48%62.94%-
HSV(B)40.7º69.51%96.47%-
XYZ57.9157.3614.68-
YUV194.2260.72164.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.05%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 75 (29.69% from 255) = 14.65%
R=48.05%
G=37.30%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461917500.220.700.0440.790.4862.94
HexF6BF4B016464295a3f
Octal36627711302610645113277
Binary1111011010111111100101101011010001101001010011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BF4B; }

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

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

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

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

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

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

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

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