Html Css Color HEX #F0C346 Cream Can

📋 copy color: '#F0C346'

red 240 ◦ green 195 ◦ blue 70

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

Shades of Cream Can #F0C346

Tints of Cream Can #F0C346

RGB

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

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

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

R = 47.52%
G = 38.61%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0C346 (or 0xF0C346) is known color: Cream Can. HEX triplet: F0, C3 and 46. RGB value is (240,195,70). Sum of RGB (Red+Green+Blue) = 240+195+70=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C346 is #0F3CB9. Grayscale: #C2C2C2. Windows color (decimal): -998586 or 4637680. OLE color: 4637680.

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

Color convert

RGB 240 195 70 -
CMYK 0 0.19 0.71 0.06
HSL 44.12º 0.85% 0.61% -
HSV(B) 44.12º 0.71% 0.94% -
XYZ 56.56 58 14.01 -
YUV 194.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 240 195 70 0 0.19 0.71 0.06 44.12 0.85 0.61
Hex F0 C3 46 0 13 47 6 2C 55 3D
Octal 360 303 106 0 23 107 6 54 125 75
Binary 11110000 11000011 1000110 0 10011 1000111 110 101100 1010101 111101

Color Harmonies of #F0C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C346

Black with #F0C346

Text Example


Text Example

White with #F0C346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C346; }

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

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

background-color css

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

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

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

border-color css

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

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

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