Html Css Color HEX #F2C048 Cream Can

📋 copy color: '#F2C048'

red 242 ◦ green 192 ◦ blue 72

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

Shades of Cream Can #F2C048

Tints of Cream Can #F2C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

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

R = 47.83%
G = 37.94%
B = 14.23%

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

#F2C048 (or 0xF2C048) is known color: Cream Can. HEX triplet: F2, C0 and 48. RGB value is (242,192,72). Sum of RGB (Red+Green+Blue) = 242+192+72=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C048 is #0D3FB7. Grayscale: #C1C1C1. Windows color (decimal): -868280 or 4767986. OLE color: 4767986.

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

Color convert

RGB 242 192 72 -
CMYK 0 0.21 0.70 0.05
HSL 42.35º 0.87% 0.62% -
HSV(B) 42.35º 0.7% 0.95% -
XYZ 56.64 57.04 14.16 -
YUV 193.27 59.57 162.76 -
System Red Green Blue C M Y K H S L
Decimal 242 192 72 0 0.21 0.70 0.05 42.35 0.87 0.62
Hex F2 C0 48 0 15 46 5 2A 57 3E
Octal 362 300 110 0 25 106 5 52 127 76
Binary 11110010 11000000 1001000 0 10101 1000110 101 101010 1010111 111110

Color Harmonies of #F2C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C048

Black with #F2C048

Text Example


Text Example

White with #F2C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C048; }

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

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

background-color css

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

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

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

border-color css

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

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

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