Html Css Color HEX #F1BC52 Cream Can

📋 copy color: '#F1BC52'

red 241 ◦ green 188 ◦ blue 82

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

Shades of Cream Can #F1BC52

Tints of Cream Can #F1BC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.05%

R = 47.16%
G = 36.79%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1BC52 (or 0xF1BC52) is known color: Cream Can. HEX triplet: F1, BC and 52. RGB value is (241,188,82). Sum of RGB (Red+Green+Blue) = 241+188+82=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC52 is #0E43AD. Grayscale: #C0C0C0. Windows color (decimal): -934830 or 5422321. OLE color: 5422321.

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

Color convert

RGB 241 188 82 -
CMYK 0 0.22 0.66 0.05
HSL 40º 0.85% 0.63% -
HSV(B) 40º 0.66% 0.95% -
XYZ 55.78 55.28 15.71 -
YUV 191.76 66.06 163.12 -
System Red Green Blue C M Y K H S L
Decimal 241 188 82 0 0.22 0.66 0.05 40 0.85 0.63
Hex F1 BC 52 0 16 42 5 28 55 3F
Octal 361 274 122 0 26 102 5 50 125 77
Binary 11110001 10111100 1010010 0 10110 1000010 101 101000 1010101 111111

Color Harmonies of #F1BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BC52

Black with #F1BC52

Text Example


Text Example

White with #F1BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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