#F3B94B

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

Shades of Cream Can #F3B94B

Tints of Cream Can #F3B94B

Color information

#F3B94B (or 0xF3B94B) is unknown color: approx Cream Can. HEX triplet: F3, B9 and 4B. RGB value is (243,185,75). Sum of RGB (Red+Green+Blue) = 243+185+75=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3B94B is #0C46B4. Grayscale: #BEBEBE. Windows color (decimal): -804533 or 4962803. OLE color: 4962803.

HSL color Cylindrical-coordinate representation of color #F3B94B: hue angle of 39.29º 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 #F3B94B is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24318575-
CMYK00.240.690.05
HSL39.29º87.5%62.35%-
HSV(B)39.29º69.14%95.29%-
XYZ55.5854.2614.2-
YUV189.863.22165.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.31%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 75 (29.69% from 255) = 14.91%
R=48.31%
G=36.78%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431857500.240.690.0539.2987.562.35
HexF3B94B01845527583e
Octal36327111303010554713076
Binary1111001110111001100101101100010001011011001111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B94B; }

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

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

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

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

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

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

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

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