Html Css Color HEX #F1BF5F Cream Can

📋 copy color: '#F1BF5F'

red 241 ◦ green 191 ◦ blue 95

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

Shades of Cream Can #F1BF5F

Tints of Cream Can #F1BF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.03%

R = 45.73%
G = 36.24%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1BF5F (or 0xF1BF5F) is known color: Cream Can. HEX triplet: F1, BF and 5F. RGB value is (241,191,95). Sum of RGB (Red+Green+Blue) = 241+191+95=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BF5F is #0E40A0. Grayscale: #C3C3C3. Windows color (decimal): -934049 or 6275057. OLE color: 6275057.

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

Color convert

RGB 241 191 95 -
CMYK 0 0.21 0.61 0.05
HSL 39.45º 0.84% 0.66% -
HSV(B) 39.45º 0.61% 0.95% -
XYZ 56.97 56.79 18.79 -
YUV 195.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 241 191 95 0 0.21 0.61 0.05 39.45 0.84 0.66
Hex F1 BF 5F 0 15 3D 5 27 54 42
Octal 361 277 137 0 25 75 5 47 124 102
Binary 11110001 10111111 1011111 0 10101 111101 101 100111 1010100 1000010

Color Harmonies of #F1BF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BF5F

Black with #F1BF5F

Text Example


Text Example

White with #F1BF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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