Html Css Color HEX #F1C558 Cream Can

📋 copy color: '#F1C558'

red 241 ◦ green 197 ◦ blue 88

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

Shades of Cream Can #F1C558

Tints of Cream Can #F1C558

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.45%

 BLUE value IS 88 (34.77% from 255) = 16.73%

R = 45.82%
G = 37.45%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1C558 (or 0xF1C558) is known color: Cream Can. HEX triplet: F1, C5 and 58. RGB value is (241,197,88). Sum of RGB (Red+Green+Blue) = 241+197+88=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 88 (34.77% from 255 or 16.73% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C558 is #0E3AA7. Grayscale: #C6C6C6. Windows color (decimal): -932520 or 5817841. OLE color: 5817841.

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

Color convert

RGB 241 197 88 -
CMYK 0 0.18 0.63 0.05
HSL 42.75º 0.85% 0.65% -
HSV(B) 42.75º 0.63% 0.95% -
XYZ 58 59.34 17.63 -
YUV 197.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 241 197 88 0 0.18 0.63 0.05 42.75 0.85 0.65
Hex F1 C5 58 0 12 3F 5 2B 55 41
Octal 361 305 130 0 22 77 5 53 125 101
Binary 11110001 11000101 1011000 0 10010 111111 101 101011 1010101 1000001

Color Harmonies of #F1C558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C558

Black with #F1C558

Text Example


Text Example

White with #F1C558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C558; }

 p { color: rgb(241,197,88); }

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

background-color css

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

 a { background-color: rgb(241,197,88); }

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

border-color css

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

 span { border-color: rgb(241,197,88); }

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