Html Css Color HEX #F1BA4C Cream Can

📋 copy color: '#F1BA4C'

red 241 ◦ green 186 ◦ blue 76

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

Shades of Cream Can #F1BA4C

Tints of Cream Can #F1BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.11%

R = 47.91%
G = 36.98%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1BA4C (or 0xF1BA4C) is known color: Cream Can. HEX triplet: F1, BA and 4C. RGB value is (241,186,76). Sum of RGB (Red+Green+Blue) = 241+186+76=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA4C is #0E45B3. Grayscale: #BEBEBE. Windows color (decimal): -935348 or 5028593. OLE color: 5028593.

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

Color convert

RGB 241 186 76 -
CMYK 0 0.23 0.68 0.05
HSL 40º 0.85% 0.62% -
HSV(B) 40º 0.68% 0.95% -
XYZ 55.14 54.34 14.42 -
YUV 189.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 241 186 76 0 0.23 0.68 0.05 40 0.85 0.62
Hex F1 BA 4C 0 17 44 5 28 55 3E
Octal 361 272 114 0 27 104 5 50 125 76
Binary 11110001 10111010 1001100 0 10111 1000100 101 101000 1010101 111110

Color Harmonies of #F1BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA4C

Black with #F1BA4C

Text Example


Text Example

White with #F1BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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