Html Css Color HEX #F2C249 Cream Can

📋 copy color: '#F2C249'

red 242 ◦ green 194 ◦ blue 73

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

Shades of Cream Can #F2C249

Tints of Cream Can #F2C249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

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

R = 47.54%
G = 38.11%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2C249 (or 0xF2C249) is known color: Cream Can. HEX triplet: F2, C2 and 49. RGB value is (242,194,73). Sum of RGB (Red+Green+Blue) = 242+194+73=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C249 is #0D3DB6. Grayscale: #C3C3C3. Windows color (decimal): -867767 or 4834034. OLE color: 4834034.

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

Color convert

RGB 242 194 73 -
CMYK 0 0.20 0.70 0.05
HSL 42.96º 0.87% 0.62% -
HSV(B) 42.96º 0.7% 0.95% -
XYZ 57.11 57.94 14.48 -
YUV 194.56 59.4 161.84 -
System Red Green Blue C M Y K H S L
Decimal 242 194 73 0 0.20 0.70 0.05 42.96 0.87 0.62
Hex F2 C2 49 0 14 46 5 2B 57 3E
Octal 362 302 111 0 24 106 5 53 127 76
Binary 11110010 11000010 1001001 0 10100 1000110 101 101011 1010111 111110

Color Harmonies of #F2C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C249

Black with #F2C249

Text Example


Text Example

White with #F2C249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C249; }

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

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

background-color css

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

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

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

border-color css

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

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

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