Html Css Color HEX #F0C64D Cream Can

📋 copy color: '#F0C64D'

red 240 ◦ green 198 ◦ blue 77

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

Shades of Cream Can #F0C64D

Tints of Cream Can #F0C64D

RGB

 RED value IS 240 (94.14% from 255) = 46.6%

 GREEN value IS 198 (77.73% from 255) = 38.45%

 BLUE value IS 77 (30.47% from 255) = 14.95%

R = 46.6%
G = 38.45%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0C64D (or 0xF0C64D) is known color: Cream Can. HEX triplet: F0, C6 and 4D. RGB value is (240,198,77). Sum of RGB (Red+Green+Blue) = 240+198+77=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C64D is #0F39B2. Grayscale: #C5C5C5. Windows color (decimal): -997811 or 5097200. OLE color: 5097200.

HSL color Cylindrical-coordinate representation of color #F0C64D: hue angle of 44.54º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0C64D is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 198 77 -
CMYK 0 0.18 0.68 0.06
HSL 44.54º 0.84% 0.62% -
HSV(B) 44.54º 0.68% 0.94% -
XYZ 57.47 59.45 15.47 -
YUV 196.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 240 198 77 0 0.18 0.68 0.06 44.54 0.84 0.62
Hex F0 C6 4D 0 12 44 6 2D 54 3E
Octal 360 306 115 0 22 104 6 55 124 76
Binary 11110000 11000110 1001101 0 10010 1000100 110 101101 1010100 111110

Color Harmonies of #F0C64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C64D

Black with #F0C64D

Text Example


Text Example

White with #F0C64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C64D; }

 p { color: rgb(240,198,77); }

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

background-color css

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

 a { background-color: rgb(240,198,77); }

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

border-color css

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

 span { border-color: rgb(240,198,77); }

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