Html Css Color HEX #F3BD4E Cream Can

📋 copy color: '#F3BD4E'

red 243 ◦ green 189 ◦ blue 78

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

Shades of Cream Can #F3BD4E

Tints of Cream Can #F3BD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.29%

R = 47.65%
G = 37.06%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F3BD4E (or 0xF3BD4E) is known color: Cream Can. HEX triplet: F3, BD and 4E. RGB value is (243,189,78). Sum of RGB (Red+Green+Blue) = 243+189+78=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD4E is #0C42B1. Grayscale: #C0C0C0. Windows color (decimal): -803506 or 5160435. OLE color: 5160435.

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

Color convert

RGB 243 189 78 -
CMYK 0 0.22 0.68 0.05
HSL 40.36º 0.87% 0.63% -
HSV(B) 40.36º 0.68% 0.95% -
XYZ 56.53 56 15.04 -
YUV 192.49 63.39 164.03 -
System Red Green Blue C M Y K H S L
Decimal 243 189 78 0 0.22 0.68 0.05 40.36 0.87 0.63
Hex F3 BD 4E 0 16 44 5 28 57 3F
Octal 363 275 116 0 26 104 5 50 127 77
Binary 11110011 10111101 1001110 0 10110 1000100 101 101000 1010111 111111

Color Harmonies of #F3BD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BD4E

Black with #F3BD4E

Text Example


Text Example

White with #F3BD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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