Html Css Color HEX #F2C449 Cream Can

📋 copy color: '#F2C449'

red 242 ◦ green 196 ◦ blue 73

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

Shades of Cream Can #F2C449

Tints of Cream Can #F2C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.36%

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

R = 47.36%
G = 38.36%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2C449 (or 0xF2C449) is known color: Cream Can. HEX triplet: F2, C4 and 49. RGB value is (242,196,73). Sum of RGB (Red+Green+Blue) = 242+196+73=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C449 is #0D3BB6. Grayscale: #C4C4C4. Windows color (decimal): -867255 or 4834546. OLE color: 4834546.

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

Color convert

RGB 242 196 73 -
CMYK 0 0.19 0.70 0.05
HSL 43.67º 0.87% 0.62% -
HSV(B) 43.67º 0.7% 0.95% -
XYZ 57.56 58.84 14.63 -
YUV 195.73 58.74 161 -
System Red Green Blue C M Y K H S L
Decimal 242 196 73 0 0.19 0.70 0.05 43.67 0.87 0.62
Hex F2 C4 49 0 13 46 5 2C 57 3E
Octal 362 304 111 0 23 106 5 54 127 76
Binary 11110010 11000100 1001001 0 10011 1000110 101 101100 1010111 111110

Color Harmonies of #F2C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C449

Black with #F2C449

Text Example


Text Example

White with #F2C449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C449; }

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

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

background-color css

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

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

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

border-color css

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

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

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