Html Css Color HEX #F1BA4D Cream Can

📋 copy color: '#F1BA4D'

red 241 ◦ green 186 ◦ blue 77

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

Shades of Cream Can #F1BA4D

Tints of Cream Can #F1BA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.28%

R = 47.82%
G = 36.9%
B = 15.28%

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

#F1BA4D (or 0xF1BA4D) is known color: Cream Can. HEX triplet: F1, BA and 4D. RGB value is (241,186,77). Sum of RGB (Red+Green+Blue) = 241+186+77=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA4D is #0E45B2. Grayscale: #BEBEBE. Windows color (decimal): -935347 or 5094129. OLE color: 5094129.

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

Color convert

RGB 241 186 77 -
CMYK 0 0.23 0.68 0.05
HSL 39.88º 0.85% 0.62% -
HSV(B) 39.88º 0.68% 0.95% -
XYZ 55.17 54.35 14.6 -
YUV 190.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 241 186 77 0 0.23 0.68 0.05 39.88 0.85 0.62
Hex F1 BA 4D 0 17 44 5 28 55 3E
Octal 361 272 115 0 27 104 5 50 125 76
Binary 11110001 10111010 1001101 0 10111 1000100 101 101000 1010101 111110

Color Harmonies of #F1BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA4D

Black with #F1BA4D

Text Example


Text Example

White with #F1BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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