Html Css Color HEX #F0C446 Cream Can

📋 copy color: '#F0C446'

red 240 ◦ green 196 ◦ blue 70

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

Shades of Cream Can #F0C446

Tints of Cream Can #F0C446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.74%

 BLUE value IS 70 (27.73% from 255) = 13.83%

R = 47.43%
G = 38.74%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0C446 (or 0xF0C446) is known color: Cream Can. HEX triplet: F0, C4 and 46. RGB value is (240,196,70). Sum of RGB (Red+Green+Blue) = 240+196+70=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C446 is #0F3BB9. Grayscale: #C3C3C3. Windows color (decimal): -998330 or 4637936. OLE color: 4637936.

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

Color convert

RGB 240 196 70 -
CMYK 0 0.18 0.71 0.06
HSL 44.47º 0.85% 0.61% -
HSV(B) 44.47º 0.71% 0.94% -
XYZ 56.78 58.45 14.08 -
YUV 194.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 240 196 70 0 0.18 0.71 0.06 44.47 0.85 0.61
Hex F0 C4 46 0 12 47 6 2C 55 3D
Octal 360 304 106 0 22 107 6 54 125 75
Binary 11110000 11000100 1000110 0 10010 1000111 110 101100 1010101 111101

Color Harmonies of #F0C446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C446

Black with #F0C446

Text Example


Text Example

White with #F0C446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C446; }

 p { color: rgb(240,196,70); }

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

background-color css

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

 a { background-color: rgb(240,196,70); }

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

border-color css

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

 span { border-color: rgb(240,196,70); }

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