Html Css Color HEX #F1BC50 Cream Can

📋 copy color: '#F1BC50'

red 241 ◦ green 188 ◦ blue 80

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

Shades of Cream Can #F1BC50

Tints of Cream Can #F1BC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.72%

R = 47.35%
G = 36.94%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1BC50 (or 0xF1BC50) is known color: Cream Can. HEX triplet: F1, BC and 50. RGB value is (241,188,80). Sum of RGB (Red+Green+Blue) = 241+188+80=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC50 is #0E43AF. Grayscale: #C0C0C0. Windows color (decimal): -934832 or 5291249. OLE color: 5291249.

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

Color convert

RGB 241 188 80 -
CMYK 0 0.22 0.67 0.05
HSL 40.25º 0.85% 0.63% -
HSV(B) 40.25º 0.67% 0.95% -
XYZ 55.71 55.25 15.32 -
YUV 191.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 241 188 80 0 0.22 0.67 0.05 40.25 0.85 0.63
Hex F1 BC 50 0 16 43 5 28 55 3F
Octal 361 274 120 0 26 103 5 50 125 77
Binary 11110001 10111100 1010000 0 10110 1000011 101 101000 1010101 111111

Color Harmonies of #F1BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC50

Black with #F1BC50

Text Example


Text Example

White with #F1BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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