Html Css Color HEX #F1C261 Cream Can

📋 copy color: '#F1C261'

red 241 ◦ green 194 ◦ blue 97

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

Shades of Cream Can #F1C261

Tints of Cream Can #F1C261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.47%

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

R = 45.3%
G = 36.47%
B = 18.23%

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

#F1C261 (or 0xF1C261) is known color: Cream Can. HEX triplet: F1, C2 and 61. RGB value is (241,194,97). Sum of RGB (Red+Green+Blue) = 241+194+97=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C261 is #0E3D9E. Grayscale: #C5C5C5. Windows color (decimal): -933279 or 6406897. OLE color: 6406897.

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

Color convert

RGB 241 194 97 -
CMYK 0 0.20 0.60 0.05
HSL 40.42º 0.84% 0.66% -
HSV(B) 40.42º 0.6% 0.95% -
XYZ 57.73 58.15 19.49 -
YUV 197 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 241 194 97 0 0.20 0.60 0.05 40.42 0.84 0.66
Hex F1 C2 61 0 14 3C 5 28 54 42
Octal 361 302 141 0 24 74 5 50 124 102
Binary 11110001 11000010 1100001 0 10100 111100 101 101000 1010100 1000010

Color Harmonies of #F1C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C261

Black with #F1C261

Text Example


Text Example

White with #F1C261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C261; }

 p { color: rgb(241,194,97); }

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

background-color css

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

 a { background-color: rgb(241,194,97); }

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

border-color css

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

 span { border-color: rgb(241,194,97); }

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