Html Css Color HEX #F1C053 Cream Can

📋 copy color: '#F1C053'

red 241 ◦ green 192 ◦ blue 83

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

Shades of Cream Can #F1C053

Tints of Cream Can #F1C053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.09%

R = 46.71%
G = 37.21%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1C053 (or 0xF1C053) is known color: Cream Can. HEX triplet: F1, C0 and 53. RGB value is (241,192,83). Sum of RGB (Red+Green+Blue) = 241+192+83=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C053 is #0E3FAC. Grayscale: #C2C2C2. Windows color (decimal): -933805 or 5488881. OLE color: 5488881.

HSL color Cylindrical-coordinate representation of color #F1C053: hue angle of 41.39º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1C053 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 192 83 -
CMYK 0 0.20 0.66 0.05
HSL 41.39º 0.85% 0.64% -
HSV(B) 41.39º 0.66% 0.95% -
XYZ 56.69 57.02 16.2 -
YUV 194.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 241 192 83 0 0.20 0.66 0.05 41.39 0.85 0.64
Hex F1 C0 53 0 14 42 5 29 55 40
Octal 361 300 123 0 24 102 5 51 125 100
Binary 11110001 11000000 1010011 0 10100 1000010 101 101001 1010101 1000000

Color Harmonies of #F1C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C053

Black with #F1C053

Text Example


Text Example

White with #F1C053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C053; }

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

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

background-color css

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

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

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

border-color css

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

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

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