Html Css Color HEX #F1BA48 Cream Can

📋 copy color: '#F1BA48'

red 241 ◦ green 186 ◦ blue 72

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

Shades of Cream Can #F1BA48

Tints of Cream Can #F1BA48

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.27%

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

R = 48.3%
G = 37.27%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F1BA48 (or 0xF1BA48) is known color: Cream Can. HEX triplet: F1, BA and 48. RGB value is (241,186,72). Sum of RGB (Red+Green+Blue) = 241+186+72=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA48 is #0E45B7. Grayscale: #BDBDBD. Windows color (decimal): -935352 or 4766449. OLE color: 4766449.

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

Color convert

RGB 241 186 72 -
CMYK 0 0.23 0.70 0.05
HSL 40.47º 0.86% 0.61% -
HSV(B) 40.47º 0.7% 0.95% -
XYZ 55 54.29 13.71 -
YUV 189.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 241 186 72 0 0.23 0.70 0.05 40.47 0.86 0.61
Hex F1 BA 48 0 17 46 5 28 56 3D
Octal 361 272 110 0 27 106 5 50 126 75
Binary 11110001 10111010 1001000 0 10111 1000110 101 101000 1010110 111101

Color Harmonies of #F1BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA48

Black with #F1BA48

Text Example


Text Example

White with #F1BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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