Html Css Color HEX #F1BD5D Cream Can

📋 copy color: '#F1BD5D'

red 241 ◦ green 189 ◦ blue 93

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

Shades of Cream Can #F1BD5D

Tints of Cream Can #F1BD5D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.14%

 BLUE value IS 93 (36.72% from 255) = 17.78%

R = 46.08%
G = 36.14%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1BD5D (or 0xF1BD5D) is known color: Cream Can. HEX triplet: F1, BD and 5D. RGB value is (241,189,93). Sum of RGB (Red+Green+Blue) = 241+189+93=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BD5D is #0E42A2. Grayscale: #C2C2C2. Windows color (decimal): -934563 or 6143473. OLE color: 6143473.

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

Color convert

RGB 241 189 93 -
CMYK 0 0.22 0.61 0.05
HSL 38.92º 0.84% 0.65% -
HSV(B) 38.92º 0.61% 0.95% -
XYZ 56.45 55.89 18.17 -
YUV 193.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 241 189 93 0 0.22 0.61 0.05 38.92 0.84 0.65
Hex F1 BD 5D 0 16 3D 5 27 54 41
Octal 361 275 135 0 26 75 5 47 124 101
Binary 11110001 10111101 1011101 0 10110 111101 101 100111 1010100 1000001

Color Harmonies of #F1BD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BD5D

Black with #F1BD5D

Text Example


Text Example

White with #F1BD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BD5D; }

 p { color: rgb(241,189,93); }

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

background-color css

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

 a { background-color: rgb(241,189,93); }

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

border-color css

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

 span { border-color: rgb(241,189,93); }

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