Html Css Color HEX #F1BC54 Cream Can

📋 copy color: '#F1BC54'

red 241 ◦ green 188 ◦ blue 84

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

Shades of Cream Can #F1BC54

Tints of Cream Can #F1BC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.37%

R = 46.98%
G = 36.65%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1BC54 (or 0xF1BC54) is known color: Cream Can. HEX triplet: F1, BC and 54. RGB value is (241,188,84). Sum of RGB (Red+Green+Blue) = 241+188+84=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC54 is #0E43AB. Grayscale: #C0C0C0. Windows color (decimal): -934828 or 5553393. OLE color: 5553393.

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

Color convert

RGB 241 188 84 -
CMYK 0 0.22 0.65 0.05
HSL 39.75º 0.85% 0.64% -
HSV(B) 39.75º 0.65% 0.95% -
XYZ 55.86 55.31 16.12 -
YUV 191.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 241 188 84 0 0.22 0.65 0.05 39.75 0.85 0.64
Hex F1 BC 54 0 16 41 5 28 55 40
Octal 361 274 124 0 26 101 5 50 125 100
Binary 11110001 10111100 1010100 0 10110 1000001 101 101000 1010101 1000000

Color Harmonies of #F1BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC54

Black with #F1BC54

Text Example


Text Example

White with #F1BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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