Html Css Color HEX #F2BA49 Cream Can

📋 copy color: '#F2BA49'

red 242 ◦ green 186 ◦ blue 73

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

Shades of Cream Can #F2BA49

Tints of Cream Can #F2BA49

RGB

 RED value IS 242 (94.92% from 255) = 48.3%

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

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

R = 48.3%
G = 37.13%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2BA49 (or 0xF2BA49) is known color: Cream Can. HEX triplet: F2, BA and 49. RGB value is (242,186,73). Sum of RGB (Red+Green+Blue) = 242+186+73=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA49 is #0D45B6. Grayscale: #BEBEBE. Windows color (decimal): -869815 or 4831986. OLE color: 4831986.

HSL color Cylindrical-coordinate representation of color #F2BA49: hue angle of 40.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2BA49 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 186 73 -
CMYK 0 0.23 0.70 0.05
HSL 40.12º 0.87% 0.62% -
HSV(B) 40.12º 0.7% 0.95% -
XYZ 55.38 54.48 13.9 -
YUV 189.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 242 186 73 0 0.23 0.70 0.05 40.12 0.87 0.62
Hex F2 BA 49 0 17 46 5 28 57 3E
Octal 362 272 111 0 27 106 5 50 127 76
Binary 11110010 10111010 1001001 0 10111 1000110 101 101000 1010111 111110

Color Harmonies of #F2BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA49

Black with #F2BA49

Text Example


Text Example

White with #F2BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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