Html Css Color HEX #F1BF5A Cream Can

📋 copy color: '#F1BF5A'

red 241 ◦ green 191 ◦ blue 90

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

Shades of Cream Can #F1BF5A

Tints of Cream Can #F1BF5A

RGB

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

 GREEN value IS 191 (75% from 255) = 36.59%

 BLUE value IS 90 (35.55% from 255) = 17.24%

R = 46.17%
G = 36.59%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1BF5A (or 0xF1BF5A) is known color: Cream Can. HEX triplet: F1, BF and 5A. RGB value is (241,191,90). Sum of RGB (Red+Green+Blue) = 241+191+90=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BF5A is #0E40A5. Grayscale: #C2C2C2. Windows color (decimal): -934054 or 5947377. OLE color: 5947377.

HSL color Cylindrical-coordinate representation of color #F1BF5A: hue angle of 40.13º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1BF5A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 191 90 -
CMYK 0 0.21 0.63 0.05
HSL 40.13º 0.84% 0.65% -
HSV(B) 40.13º 0.63% 0.95% -
XYZ 56.75 56.7 17.63 -
YUV 194.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 241 191 90 0 0.21 0.63 0.05 40.13 0.84 0.65
Hex F1 BF 5A 0 15 3F 5 28 54 41
Octal 361 277 132 0 25 77 5 50 124 101
Binary 11110001 10111111 1011010 0 10101 111111 101 101000 1010100 1000001

Color Harmonies of #F1BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BF5A

Black with #F1BF5A

Text Example


Text Example

White with #F1BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BF5A; }

 p { color: rgb(241,191,90); }

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

background-color css

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

 a { background-color: rgb(241,191,90); }

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

border-color css

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

 span { border-color: rgb(241,191,90); }

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