#F3B356

Color #F3B356 Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #F3B356

Tints of Casablanca #F3B356

Color information

#F3B356 (or 0xF3B356) is unknown color: approx Casablanca. HEX triplet: F3, B3 and 56. RGB value is (243,179,86). Sum of RGB (Red+Green+Blue) = 243+179+86=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B356 is #0C4CA9. Grayscale: #BBBBBB. Windows color (decimal): -806058 or 5682163. OLE color: 5682163.

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

Color convert

RGB24317986-
CMYK00.260.650.05
HSL35.54º86.74%64.51%-
HSV(B)35.54º64.61%95.29%-
XYZ54.7651.9715.95-
YUV187.5370.7167.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.83%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 86 (33.98% from 255) = 16.93%
R=47.83%
G=35.24%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431798600.260.650.0535.5486.7464.51
HexF3B35601A415245741
Octal363263126032101544127101
Binary11110011101100111010110011010100000110110010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B356; }

 p { color: rgb(243,179,86); }

 H1.HeaderClassName
 {
   color: #F3B356;
 }
 .AnyTagClassName
 {
   color: #F3B356;
 }
</style>
background-color css

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

 a { background-color: rgb(243,179,86); }

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

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

 span { border-color: rgb(243,179,86); }

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