Html Css Color HEX #F1BC4C Cream Can

📋 copy color: '#F1BC4C'

red 241 ◦ green 188 ◦ blue 76

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

Shades of Cream Can #F1BC4C

Tints of Cream Can #F1BC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.05%

R = 47.72%
G = 37.23%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1BC4C (or 0xF1BC4C) is known color: Cream Can. HEX triplet: F1, BC and 4C. RGB value is (241,188,76). Sum of RGB (Red+Green+Blue) = 241+188+76=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BC4C is #0E43B3. Grayscale: #BFBFBF. Windows color (decimal): -934836 or 5029105. OLE color: 5029105.

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

Color convert

RGB 241 188 76 -
CMYK 0 0.22 0.68 0.05
HSL 40.73º 0.85% 0.62% -
HSV(B) 40.73º 0.68% 0.95% -
XYZ 55.56 55.19 14.56 -
YUV 191.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 241 188 76 0 0.22 0.68 0.05 40.73 0.85 0.62
Hex F1 BC 4C 0 16 44 5 29 55 3E
Octal 361 274 114 0 26 104 5 51 125 76
Binary 11110001 10111100 1001100 0 10110 1000100 101 101001 1010101 111110

Color Harmonies of #F1BC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC4C

Black with #F1BC4C

Text Example


Text Example

White with #F1BC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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