Html Css Color HEX #F3BD5D Cream Can

📋 copy color: '#F3BD5D'

red 243 ◦ green 189 ◦ blue 93

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

Shades of Cream Can #F3BD5D

Tints of Cream Can #F3BD5D

RGB

 RED value IS 243 (95.31% from 255) = 46.29%

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

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

R = 46.29%
G = 36%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3BD5D (or 0xF3BD5D) is known color: Cream Can. HEX triplet: F3, BD and 5D. RGB value is (243,189,93). Sum of RGB (Red+Green+Blue) = 243+189+93=525 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.29% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD5D is #0C42A2. Grayscale: #C2C2C2. Windows color (decimal): -803491 or 6143475. OLE color: 6143475.

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

Color convert

RGB 243 189 93 -
CMYK 0 0.22 0.62 0.05
HSL 38.4º 0.86% 0.66% -
HSV(B) 38.4º 0.62% 0.95% -
XYZ 57.14 56.24 18.2 -
YUV 194.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 243 189 93 0 0.22 0.62 0.05 38.4 0.86 0.66
Hex F3 BD 5D 0 16 3E 5 26 56 42
Octal 363 275 135 0 26 76 5 46 126 102
Binary 11110011 10111101 1011101 0 10110 111110 101 100110 1010110 1000010

Color Harmonies of #F3BD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BD5D

Black with #F3BD5D

Text Example


Text Example

White with #F3BD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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