Html Css Color HEX #F1C656 Cream Can

📋 copy color: '#F1C656'

red 241 ◦ green 198 ◦ blue 86

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

Shades of Cream Can #F1C656

Tints of Cream Can #F1C656

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.71%

 BLUE value IS 86 (33.98% from 255) = 16.38%

R = 45.9%
G = 37.71%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F1C656 (or 0xF1C656) is known color: Cream Can. HEX triplet: F1, C6 and 56. RGB value is (241,198,86). Sum of RGB (Red+Green+Blue) = 241+198+86=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C656 is #0E39A9. Grayscale: #C6C6C6. Windows color (decimal): -932266 or 5687025. OLE color: 5687025.

HSL color Cylindrical-coordinate representation of color #F1C656: hue angle of 43.35º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F1C656 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 198 86 -
CMYK 0 0.18 0.64 0.05
HSL 43.35º 0.85% 0.64% -
HSV(B) 43.35º 0.64% 0.95% -
XYZ 58.15 59.76 17.27 -
YUV 198.09 64.75 158.61 -
System Red Green Blue C M Y K H S L
Decimal 241 198 86 0 0.18 0.64 0.05 43.35 0.85 0.64
Hex F1 C6 56 0 12 40 5 2B 55 40
Octal 361 306 126 0 22 100 5 53 125 100
Binary 11110001 11000110 1010110 0 10010 1000000 101 101011 1010101 1000000

Color Harmonies of #F1C656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C656

Black with #F1C656

Text Example


Text Example

White with #F1C656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C656; }

 p { color: rgb(241,198,86); }

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

background-color css

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

 a { background-color: rgb(241,198,86); }

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

border-color css

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

 span { border-color: rgb(241,198,86); }

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