Html Css Color HEX #F1C360 Cream Can

📋 copy color: '#F1C360'

red 241 ◦ green 195 ◦ blue 96

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

Shades of Cream Can #F1C360

Tints of Cream Can #F1C360

RGB

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

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

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

R = 45.3%
G = 36.65%
B = 18.05%

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

#F1C360 (or 0xF1C360) is known color: Cream Can. HEX triplet: F1, C3 and 60. RGB value is (241,195,96). Sum of RGB (Red+Green+Blue) = 241+195+96=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C360 is #0E3C9F. Grayscale: #C5C5C5. Windows color (decimal): -933024 or 6341617. OLE color: 6341617.

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

Color convert

RGB 241 195 96 -
CMYK 0 0.19 0.60 0.05
HSL 40.97º 0.84% 0.66% -
HSV(B) 40.97º 0.6% 0.95% -
XYZ 57.9 58.58 19.32 -
YUV 197.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 241 195 96 0 0.19 0.60 0.05 40.97 0.84 0.66
Hex F1 C3 60 0 13 3C 5 29 54 42
Octal 361 303 140 0 23 74 5 51 124 102
Binary 11110001 11000011 1100000 0 10011 111100 101 101001 1010100 1000010

Color Harmonies of #F1C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C360

Black with #F1C360

Text Example


Text Example

White with #F1C360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C360; }

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

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

background-color css

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

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

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

border-color css

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

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

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