Html Css Color HEX #F1C048 Cream Can

📋 copy color: '#F1C048'

red 241 ◦ green 192 ◦ blue 72

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

Shades of Cream Can #F1C048

Tints of Cream Can #F1C048

RGB

 RED value IS 241 (94.53% from 255) = 47.72%

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

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

R = 47.72%
G = 38.02%
B = 14.26%

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

#F1C048 (or 0xF1C048) is known color: Cream Can. HEX triplet: F1, C0 and 48. RGB value is (241,192,72). Sum of RGB (Red+Green+Blue) = 241+192+72=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C048 is #0E3FB7. Grayscale: #C1C1C1. Windows color (decimal): -933816 or 4767985. OLE color: 4767985.

HSL color Cylindrical-coordinate representation of color #F1C048: hue angle of 42.6º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1C048 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 192 72 -
CMYK 0 0.20 0.70 0.05
HSL 42.6º 0.86% 0.61% -
HSV(B) 42.6º 0.7% 0.95% -
XYZ 56.29 56.87 14.14 -
YUV 192.97 59.73 162.26 -
System Red Green Blue C M Y K H S L
Decimal 241 192 72 0 0.20 0.70 0.05 42.6 0.86 0.61
Hex F1 C0 48 0 14 46 5 2B 56 3D
Octal 361 300 110 0 24 106 5 53 126 75
Binary 11110001 11000000 1001000 0 10100 1000110 101 101011 1010110 111101

Color Harmonies of #F1C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C048

Black with #F1C048

Text Example


Text Example

White with #F1C048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C048; }

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

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

background-color css

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

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

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

border-color css

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

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

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