#F4C752

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

Shades of Cream Can #F4C752

Tints of Cream Can #F4C752

Color information

#F4C752 (or 0xF4C752) is unknown color: approx Cream Can. HEX triplet: F4, C7 and 52. RGB value is (244,199,82). Sum of RGB (Red+Green+Blue) = 244+199+82=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C752 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C752 is #0B38AD. Grayscale: #C7C7C7. Windows color (decimal): -735406 or 5425140. OLE color: 5425140.

HSL color Cylindrical-coordinate representation of color #F4C752: hue angle of 43.33º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4C752 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB24419982-
CMYK00.180.660.04
HSL43.33º88.04%63.92%-
HSV(B)43.33º66.39%95.69%-
XYZ59.2560.6916.57-
YUV199.1261.91160.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 199 (78.12% from 255) = 37.90%
BLUE value IS 82 (32.42% from 255) = 15.62%
R=46.48%
G=37.90%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441998200.180.660.0443.3388.0463.92
HexF4C7520124242b5840
Octal364307122022102453130100
Binary11110100110001111010010010010100001010010101110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C752; }

 p { color: rgb(244,199,82); }

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

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

 a { background-color: rgb(244,199,82); }

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

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

 span { border-color: rgb(244,199,82); }

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