Html Css Color HEX #F0C361 Cream Can

📋 copy color: '#F0C361'

red 240 ◦ green 195 ◦ blue 97

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

Shades of Cream Can #F0C361

Tints of Cream Can #F0C361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.23%

R = 45.11%
G = 36.65%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0C361 (or 0xF0C361) is known color: Cream Can. HEX triplet: F0, C3 and 61. RGB value is (240,195,97). Sum of RGB (Red+Green+Blue) = 240+195+97=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C361 is #0F3C9E. Grayscale: #C5C5C5. Windows color (decimal): -998559 or 6407152. OLE color: 6407152.

HSL color Cylindrical-coordinate representation of color #F0C361: hue angle of 41.12º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0C361 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 195 97 -
CMYK 0 0.19 0.60 0.06
HSL 41.12º 0.83% 0.66% -
HSV(B) 41.12º 0.6% 0.94% -
XYZ 57.61 58.42 19.55 -
YUV 197.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 240 195 97 0 0.19 0.60 0.06 41.12 0.83 0.66
Hex F0 C3 61 0 13 3C 6 29 53 42
Octal 360 303 141 0 23 74 6 51 123 102
Binary 11110000 11000011 1100001 0 10011 111100 110 101001 1010011 1000010

Color Harmonies of #F0C361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C361

Black with #F0C361

Text Example


Text Example

White with #F0C361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C361; }

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

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

background-color css

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

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

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

border-color css

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

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

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