Html Css Color HEX #F1C455 Cream Can

📋 copy color: '#F1C455'

red 241 ◦ green 196 ◦ blue 85

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

Shades of Cream Can #F1C455

Tints of Cream Can #F1C455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.28%

R = 46.17%
G = 37.55%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1C455 (or 0xF1C455) is known color: Cream Can. HEX triplet: F1, C4 and 55. RGB value is (241,196,85). Sum of RGB (Red+Green+Blue) = 241+196+85=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C455 is #0E3BAA. Grayscale: #C5C5C5. Windows color (decimal): -932779 or 5620977. OLE color: 5620977.

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

Color convert

RGB 241 196 85 -
CMYK 0 0.19 0.65 0.05
HSL 42.69º 0.85% 0.64% -
HSV(B) 42.69º 0.65% 0.95% -
XYZ 57.66 58.84 16.91 -
YUV 196.8 64.91 159.53 -
System Red Green Blue C M Y K H S L
Decimal 241 196 85 0 0.19 0.65 0.05 42.69 0.85 0.64
Hex F1 C4 55 0 13 41 5 2B 55 40
Octal 361 304 125 0 23 101 5 53 125 100
Binary 11110001 11000100 1010101 0 10011 1000001 101 101011 1010101 1000000

Color Harmonies of #F1C455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C455

Black with #F1C455

Text Example


Text Example

White with #F1C455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C455; }

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

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

background-color css

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

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

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

border-color css

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

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

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