#F4C54A

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

Shades of Cream Can #F4C54A

Tints of Cream Can #F4C54A

Color information

#F4C54A (or 0xF4C54A) is unknown color: approx Cream Can. HEX triplet: F4, C5 and 4A. RGB value is (244,197,74). Sum of RGB (Red+Green+Blue) = 244+197+74=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C54A is #0B3AB5. Grayscale: #C5C5C5. Windows color (decimal): -735926 or 4900340. OLE color: 4900340.

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

Color convert

RGB24419774-
CMYK00.190.700.04
HSL43.41º88.54%62.35%-
HSV(B)43.41º69.67%95.69%-
XYZ58.5159.6614.91-
YUV197.0358.57161.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.38%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 74 (29.30% from 255) = 14.37%
R=47.38%
G=38.25%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441977400.190.700.0443.4188.5462.35
HexF4C54A0134642b593e
Octal36430511202310645313176
Binary1111010011000101100101001001110001101001010111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C54A; }

 p { color: rgb(244,197,74); }

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

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

 a { background-color: rgb(244,197,74); }

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

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

 span { border-color: rgb(244,197,74); }

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