Html Css Color HEX #F6BA49 Cream Can

📋 copy color: '#F6BA49'

red 246 ◦ green 186 ◦ blue 73

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

Shades of Cream Can #F6BA49

Tints of Cream Can #F6BA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 48.71%
G = 36.83%
B = 14.46%

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

#F6BA49 (or 0xF6BA49) is known color: Cream Can. HEX triplet: F6, BA and 49. RGB value is (246,186,73). Sum of RGB (Red+Green+Blue) = 246+186+73=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BA49 is #0945B6. Grayscale: #BFBFBF. Windows color (decimal): -607671 or 4831990. OLE color: 4831990.

HSL color Cylindrical-coordinate representation of color #F6BA49: hue angle of 39.19º 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 #F6BA49 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 186 73 -
CMYK 0 0.24 0.70 0.04
HSL 39.19º 0.91% 0.63% -
HSV(B) 39.19º 0.7% 0.96% -
XYZ 56.77 55.19 13.96 -
YUV 191.06 61.38 167.19 -
System Red Green Blue C M Y K H S L
Decimal 246 186 73 0 0.24 0.70 0.04 39.19 0.91 0.63
Hex F6 BA 49 0 18 46 4 27 5B 3F
Octal 366 272 111 0 30 106 4 47 133 77
Binary 11110110 10111010 1001001 0 11000 1000110 100 100111 1011011 111111

Color Harmonies of #F6BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA49

Black with #F6BA49

Text Example


Text Example

White with #F6BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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