Html Css Color HEX #F4C060 Cream Can

📋 copy color: '#F4C060'

red 244 ◦ green 192 ◦ blue 96

#F4C060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cream Can #F4C060

Tints of Cream Can #F4C060

RGB

 RED value IS 244 (95.7% from 255) = 45.86%

 GREEN value IS 192 (75.39% from 255) = 36.09%

 BLUE value IS 96 (37.89% from 255) = 18.05%

R = 45.86%
G = 36.09%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F4C060 (or 0xF4C060) is known color: Cream Can. HEX triplet: F4, C0 and 60. RGB value is (244,192,96). Sum of RGB (Red+Green+Blue) = 244+192+96=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C060 is #0B3F9F. Grayscale: #C5C5C5. Windows color (decimal): -737184 or 6340852. OLE color: 6340852.

HSL color Cylindrical-coordinate representation of color #F4C060: hue angle of 38.92º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F4C060 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 192 96 -
CMYK 0 0.21 0.61 0.04
HSL 38.92º 0.87% 0.67% -
HSV(B) 38.92º 0.61% 0.96% -
XYZ 58.27 57.78 19.15 -
YUV 196.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 244 192 96 0 0.21 0.61 0.04 38.92 0.87 0.67
Hex F4 C0 60 0 15 3D 4 27 57 43
Octal 364 300 140 0 25 75 4 47 127 103
Binary 11110100 11000000 1100000 0 10101 111101 100 100111 1010111 1000011

Color Harmonies of #F4C060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C060

Black with #F4C060

Text Example


Text Example

White with #F4C060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C060; }

 p { color: rgb(244,192,96); }

 H1.HeaderClassName
 {
   color: #F4C060;
 }
 .AnyTagClassName
 {
   color: #F4C060;
 }
</style>

background-color css

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

 a { background-color: rgb(244,192,96); }

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

border-color css

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

 span { border-color: rgb(244,192,96); }

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