Html Css Color HEX #F2C248 Cream Can

📋 copy color: '#F2C248'

red 242 ◦ green 194 ◦ blue 72

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

Shades of Cream Can #F2C248

Tints of Cream Can #F2C248

RGB

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

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

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

R = 47.64%
G = 38.19%
B = 14.17%

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

#F2C248 (or 0xF2C248) is known color: Cream Can. HEX triplet: F2, C2 and 48. RGB value is (242,194,72). Sum of RGB (Red+Green+Blue) = 242+194+72=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C248 is #0D3DB7. Grayscale: #C2C2C2. Windows color (decimal): -867768 or 4768498. OLE color: 4768498.

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

Color convert

RGB 242 194 72 -
CMYK 0 0.20 0.70 0.05
HSL 43.06º 0.87% 0.62% -
HSV(B) 43.06º 0.7% 0.95% -
XYZ 57.08 57.93 14.3 -
YUV 194.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 242 194 72 0 0.20 0.70 0.05 43.06 0.87 0.62
Hex F2 C2 48 0 14 46 5 2B 57 3E
Octal 362 302 110 0 24 106 5 53 127 76
Binary 11110010 11000010 1001000 0 10100 1000110 101 101011 1010111 111110

Color Harmonies of #F2C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C248

Black with #F2C248

Text Example


Text Example

White with #F2C248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C248; }

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

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

background-color css

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

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

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

border-color css

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

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

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