#F3B646

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

Shades of Casablanca #F3B646

Tints of Casablanca #F3B646

Color information

#F3B646 (or 0xF3B646) is unknown color: approx Casablanca. HEX triplet: F3, B6 and 46. RGB value is (243,182,70). Sum of RGB (Red+Green+Blue) = 243+182+70=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B646 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3B646 is #0C49B9. Grayscale: #BBBBBB. Windows color (decimal): -805306 or 4634355. OLE color: 4634355.

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

Color convert

RGB24318270-
CMYK00.250.710.05
HSL38.84º87.82%61.37%-
HSV(B)38.84º71.19%95.29%-
XYZ54.852.9513.13-
YUV187.4761.71167.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.09%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 70 (27.73% from 255) = 14.14%
R=49.09%
G=36.77%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431827000.250.710.0538.8487.8261.37
HexF3B64601947527583d
Octal36326610603110754713075
Binary1111001110110110100011001100110001111011001111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B646; }

 p { color: rgb(243,182,70); }

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

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

 a { background-color: rgb(243,182,70); }

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

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

 span { border-color: rgb(243,182,70); }

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