#F6BC45

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

Shades of Cream Can #F6BC45

Tints of Cream Can #F6BC45

Color information

#F6BC45 (or 0xF6BC45) is unknown color: approx Cream Can. HEX triplet: F6, BC and 45. RGB value is (246,188,69). Sum of RGB (Red+Green+Blue) = 246+188+69=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BC45 is #0943BA. Grayscale: #C0C0C0. Windows color (decimal): -607163 or 4570358. OLE color: 4570358.

HSL color Cylindrical-coordinate representation of color #F6BC45: hue angle of 40.34º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6BC45 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB24618869-
CMYK00.240.720.04
HSL40.34º90.77%61.76%-
HSV(B)40.34º71.95%96.47%-
XYZ57.0655.9913.43-
YUV191.7858.72166.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.91%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 69 (27.34% from 255) = 13.72%
R=48.91%
G=37.38%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461886900.240.720.0440.3490.7761.76
HexF6BC45018484285b3e
Octal36627410503011045013376
Binary1111011010111100100010101100010010001001010001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BC45; }

 p { color: rgb(246,188,69); }

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

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

 a { background-color: rgb(246,188,69); }

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

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

 span { border-color: rgb(246,188,69); }

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