Html Css Color HEX #F2BA48 Cream Can

📋 copy color: '#F2BA48'

red 242 ◦ green 186 ◦ blue 72

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

Shades of Cream Can #F2BA48

Tints of Cream Can #F2BA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.4%

R = 48.4%
G = 37.2%
B = 14.4%

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

#F2BA48 (or 0xF2BA48) is known color: Cream Can. HEX triplet: F2, BA and 48. RGB value is (242,186,72). Sum of RGB (Red+Green+Blue) = 242+186+72=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA48 is #0D45B7. Grayscale: #BEBEBE. Windows color (decimal): -869816 or 4766450. OLE color: 4766450.

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

Color convert

RGB 242 186 72 -
CMYK 0 0.23 0.70 0.05
HSL 40.24º 0.87% 0.62% -
HSV(B) 40.24º 0.7% 0.95% -
XYZ 55.35 54.46 13.73 -
YUV 189.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 242 186 72 0 0.23 0.70 0.05 40.24 0.87 0.62
Hex F2 BA 48 0 17 46 5 28 57 3E
Octal 362 272 110 0 27 106 5 50 127 76
Binary 11110010 10111010 1001000 0 10111 1000110 101 101000 1010111 111110

Color Harmonies of #F2BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA48

Black with #F2BA48

Text Example


Text Example

White with #F2BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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