Html Css Color HEX #F2BE49 Cream Can

📋 copy color: '#F2BE49'

red 242 ◦ green 190 ◦ blue 73

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

Shades of Cream Can #F2BE49

Tints of Cream Can #F2BE49

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.62%

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

R = 47.92%
G = 37.62%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2BE49 (or 0xF2BE49) is known color: Cream Can. HEX triplet: F2, BE and 49. RGB value is (242,190,73). Sum of RGB (Red+Green+Blue) = 242+190+73=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BE49 is #0D41B6. Grayscale: #C0C0C0. Windows color (decimal): -868791 or 4833010. OLE color: 4833010.

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

Color convert

RGB 242 190 73 -
CMYK 0 0.21 0.70 0.05
HSL 41.54º 0.87% 0.62% -
HSV(B) 41.54º 0.7% 0.95% -
XYZ 56.23 56.19 14.18 -
YUV 192.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 242 190 73 0 0.21 0.70 0.05 41.54 0.87 0.62
Hex F2 BE 49 0 15 46 5 2A 57 3E
Octal 362 276 111 0 25 106 5 52 127 76
Binary 11110010 10111110 1001001 0 10101 1000110 101 101010 1010111 111110

Color Harmonies of #F2BE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE49

Black with #F2BE49

Text Example


Text Example

White with #F2BE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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