#F0C043

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

Shades of Cream Can #F0C043

Tints of Cream Can #F0C043

Color information

#F0C043 (or 0xF0C043) is unknown color: approx Cream Can. HEX triplet: F0, C0 and 43. RGB value is (240,192,67). Sum of RGB (Red+Green+Blue) = 240+192+67=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 67 (26.56% from 255 or 13.43% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C043 is #0F3FBC. Grayscale: #C0C0C0. Windows color (decimal): -999357 or 4440304. OLE color: 4440304.

HSL color Cylindrical-coordinate representation of color #F0C043: hue angle of 43.35º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0C043 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB24019267-
CMYK00.200.720.06
HSL43.35º85.22%60.2%-
HSV(B)43.35º72.08%94.12%-
XYZ55.856.6313.3-
YUV192.157.4162.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.10%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 67 (26.56% from 255) = 13.43%
R=48.10%
G=38.48%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401926700.200.720.0643.3585.2260.2
HexF0C0430144862b553c
Octal36030010302411065312574
Binary1111000011000000100001101010010010001101010111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C043; }

 p { color: rgb(240,192,67); }

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

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

 a { background-color: rgb(240,192,67); }

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

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

 span { border-color: rgb(240,192,67); }

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