Html Css Color HEX #F1C460 Cream Can

📋 copy color: '#F1C460'

red 241 ◦ green 196 ◦ blue 96

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

Shades of Cream Can #F1C460

Tints of Cream Can #F1C460

RGB

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

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

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

R = 45.22%
G = 36.77%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F1C460 (or 0xF1C460) is known color: Cream Can. HEX triplet: F1, C4 and 60. RGB value is (241,196,96). Sum of RGB (Red+Green+Blue) = 241+196+96=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C460 is #0E3B9F. Grayscale: #C6C6C6. Windows color (decimal): -932768 or 6341873. OLE color: 6341873.

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

Color convert

RGB 241 196 96 -
CMYK 0 0.19 0.60 0.05
HSL 41.38º 0.84% 0.66% -
HSV(B) 41.38º 0.6% 0.95% -
XYZ 58.13 59.03 19.4 -
YUV 198.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 241 196 96 0 0.19 0.60 0.05 41.38 0.84 0.66
Hex F1 C4 60 0 13 3C 5 29 54 42
Octal 361 304 140 0 23 74 5 51 124 102
Binary 11110001 11000100 1100000 0 10011 111100 101 101001 1010100 1000010

Color Harmonies of #F1C460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C460

Black with #F1C460

Text Example


Text Example

White with #F1C460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C460; }

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

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

background-color css

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

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

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

border-color css

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

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

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