Html Css Color HEX #F6BC49 Cream Can

📋 copy color: '#F6BC49'

red 246 ◦ green 188 ◦ blue 73

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

Shades of Cream Can #F6BC49

Tints of Cream Can #F6BC49

RGB

 RED value IS 246 (96.48% from 255) = 48.52%

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

 BLUE value IS 73 (28.91% from 255) = 14.4%

R = 48.52%
G = 37.08%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F6BC49 (or 0xF6BC49) is known color: Cream Can. HEX triplet: F6, BC and 49. RGB value is (246,188,73). Sum of RGB (Red+Green+Blue) = 246+188+73=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BC49 is #0943B6. Grayscale: #C0C0C0. Windows color (decimal): -607159 or 4832502. OLE color: 4832502.

HSL color Cylindrical-coordinate representation of color #F6BC49: hue angle of 39.88º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6BC49 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 188 73 -
CMYK 0 0.24 0.70 0.04
HSL 39.88º 0.91% 0.63% -
HSV(B) 39.88º 0.7% 0.96% -
XYZ 57.19 56.04 14.11 -
YUV 192.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 246 188 73 0 0.24 0.70 0.04 39.88 0.91 0.63
Hex F6 BC 49 0 18 46 4 28 5B 3F
Octal 366 274 111 0 30 106 4 50 133 77
Binary 11110110 10111100 1001001 0 11000 1000110 100 101000 1011011 111111

Color Harmonies of #F6BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BC49

Black with #F6BC49

Text Example


Text Example

White with #F6BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BC49; }

 p { color: rgb(246,188,73); }

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

background-color css

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

 a { background-color: rgb(246,188,73); }

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

border-color css

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

 span { border-color: rgb(246,188,73); }

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