Html Css Color HEX #F1C060 Cream Can

📋 copy color: '#F1C060'

red 241 ◦ green 192 ◦ blue 96

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

Shades of Cream Can #F1C060

Tints of Cream Can #F1C060

RGB

 RED value IS 241 (94.53% from 255) = 45.56%

 GREEN value IS 192 (75.39% from 255) = 36.29%

 BLUE value IS 96 (37.89% from 255) = 18.15%

R = 45.56%
G = 36.29%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F1C060 (or 0xF1C060) is known color: Cream Can. HEX triplet: F1, C0 and 60. RGB value is (241,192,96). Sum of RGB (Red+Green+Blue) = 241+192+96=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C060 is #0E3F9F. Grayscale: #C4C4C4. Windows color (decimal): -933792 or 6340849. OLE color: 6340849.

HSL color Cylindrical-coordinate representation of color #F1C060: hue angle of 39.72º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1C060 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 192 96 -
CMYK 0 0.20 0.60 0.05
HSL 39.72º 0.84% 0.66% -
HSV(B) 39.72º 0.6% 0.95% -
XYZ 57.24 57.24 19.1 -
YUV 195.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 241 192 96 0 0.20 0.60 0.05 39.72 0.84 0.66
Hex F1 C0 60 0 14 3C 5 28 54 42
Octal 361 300 140 0 24 74 5 50 124 102
Binary 11110001 11000000 1100000 0 10100 111100 101 101000 1010100 1000010

Color Harmonies of #F1C060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C060

Black with #F1C060

Text Example


Text Example

White with #F1C060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C060; }

 p { color: rgb(241,192,96); }

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

background-color css

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

 a { background-color: rgb(241,192,96); }

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

border-color css

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

 span { border-color: rgb(241,192,96); }

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