Html Css Color HEX #F1B946 Cream Can

📋 copy color: '#F1B946'

red 241 ◦ green 185 ◦ blue 70

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

Shades of Cream Can #F1B946

Tints of Cream Can #F1B946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.3%

 BLUE value IS 70 (27.73% from 255) = 14.11%

R = 48.59%
G = 37.3%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F1B946 (or 0xF1B946) is known color: Cream Can. HEX triplet: F1, B9 and 46. RGB value is (241,185,70). Sum of RGB (Red+Green+Blue) = 241+185+70=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B946 is #0E46B9. Grayscale: #BDBDBD. Windows color (decimal): -935610 or 4635121. OLE color: 4635121.

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

Color convert

RGB 241 185 70 -
CMYK 0 0.23 0.71 0.05
HSL 40.35º 0.86% 0.61% -
HSV(B) 40.35º 0.71% 0.95% -
XYZ 54.73 53.84 13.3 -
YUV 188.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 241 185 70 0 0.23 0.71 0.05 40.35 0.86 0.61
Hex F1 B9 46 0 17 47 5 28 56 3D
Octal 361 271 106 0 27 107 5 50 126 75
Binary 11110001 10111001 1000110 0 10111 1000111 101 101000 1010110 111101

Color Harmonies of #F1B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B946

Black with #F1B946

Text Example


Text Example

White with #F1B946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B946; }

 p { color: rgb(241,185,70); }

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

background-color css

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

 a { background-color: rgb(241,185,70); }

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

border-color css

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

 span { border-color: rgb(241,185,70); }

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