Html Css Color HEX #F0C34D Cream Can

📋 copy color: '#F0C34D'

red 240 ◦ green 195 ◦ blue 77

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

Shades of Cream Can #F0C34D

Tints of Cream Can #F0C34D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

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

R = 46.88%
G = 38.09%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0C34D (or 0xF0C34D) is known color: Cream Can. HEX triplet: F0, C3 and 4D. RGB value is (240,195,77). Sum of RGB (Red+Green+Blue) = 240+195+77=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C34D is #0F3CB2. Grayscale: #C3C3C3. Windows color (decimal): -998579 or 5096432. OLE color: 5096432.

HSL color Cylindrical-coordinate representation of color #F0C34D: hue angle of 43.44º 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 #F0C34D is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 195 77 -
CMYK 0 0.19 0.68 0.06
HSL 43.44º 0.84% 0.62% -
HSV(B) 43.44º 0.68% 0.94% -
XYZ 56.79 58.09 15.24 -
YUV 195 61.41 160.09 -
System Red Green Blue C M Y K H S L
Decimal 240 195 77 0 0.19 0.68 0.06 43.44 0.84 0.62
Hex F0 C3 4D 0 13 44 6 2B 54 3E
Octal 360 303 115 0 23 104 6 53 124 76
Binary 11110000 11000011 1001101 0 10011 1000100 110 101011 1010100 111110

Color Harmonies of #F0C34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C34D

Black with #F0C34D

Text Example


Text Example

White with #F0C34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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