Html Css Color HEX #F1BA4B Cream Can

📋 copy color: '#F1BA4B'

red 241 ◦ green 186 ◦ blue 75

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

Shades of Cream Can #F1BA4B

Tints of Cream Can #F1BA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.94%

R = 48.01%
G = 37.05%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1BA4B (or 0xF1BA4B) is known color: Cream Can. HEX triplet: F1, BA and 4B. RGB value is (241,186,75). Sum of RGB (Red+Green+Blue) = 241+186+75=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BA4B is #0E45B4. Grayscale: #BEBEBE. Windows color (decimal): -935349 or 4963057. OLE color: 4963057.

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

Color convert

RGB 241 186 75 -
CMYK 0 0.23 0.69 0.05
HSL 40.12º 0.86% 0.62% -
HSV(B) 40.12º 0.69% 0.95% -
XYZ 55.1 54.33 14.24 -
YUV 189.79 63.22 164.53 -
System Red Green Blue C M Y K H S L
Decimal 241 186 75 0 0.23 0.69 0.05 40.12 0.86 0.62
Hex F1 BA 4B 0 17 45 5 28 56 3E
Octal 361 272 113 0 27 105 5 50 126 76
Binary 11110001 10111010 1001011 0 10111 1000101 101 101000 1010110 111110

Color Harmonies of #F1BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BA4B

Black with #F1BA4B

Text Example


Text Example

White with #F1BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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