Html Css Color HEX #F1BC57 Cream Can

📋 copy color: '#F1BC57'

red 241 ◦ green 188 ◦ blue 87

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

Shades of Cream Can #F1BC57

Tints of Cream Can #F1BC57

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 87 (34.38% from 255) = 16.86%

R = 46.71%
G = 36.43%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F1BC57 (or 0xF1BC57) is known color: Cream Can. HEX triplet: F1, BC and 57. RGB value is (241,188,87). Sum of RGB (Red+Green+Blue) = 241+188+87=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC57 is #0E43A8. Grayscale: #C0C0C0. Windows color (decimal): -934825 or 5750001. OLE color: 5750001.

HSL color Cylindrical-coordinate representation of color #F1BC57: hue angle of 39.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 #F1BC57 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 188 87 -
CMYK 0 0.22 0.64 0.05
HSL 39.35º 0.85% 0.64% -
HSV(B) 39.35º 0.64% 0.95% -
XYZ 55.98 55.36 16.75 -
YUV 192.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 241 188 87 0 0.22 0.64 0.05 39.35 0.85 0.64
Hex F1 BC 57 0 16 40 5 27 55 40
Octal 361 274 127 0 26 100 5 47 125 100
Binary 11110001 10111100 1010111 0 10110 1000000 101 100111 1010101 1000000

Color Harmonies of #F1BC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC57

Black with #F1BC57

Text Example


Text Example

White with #F1BC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC57; }

 p { color: rgb(241,188,87); }

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

background-color css

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

 a { background-color: rgb(241,188,87); }

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

border-color css

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

 span { border-color: rgb(241,188,87); }

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