#F6B44F

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

Shades of Casablanca #F6B44F

Tints of Casablanca #F6B44F

Color information

#F6B44F (or 0xF6B44F) is unknown color: approx Casablanca. HEX triplet: F6, B4 and 4F. RGB value is (246,180,79). Sum of RGB (Red+Green+Blue) = 246+180+79=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B44F is #094BB0. Grayscale: #BCBCBC. Windows color (decimal): -609201 or 5223670. OLE color: 5223670.

HSL color Cylindrical-coordinate representation of color #F6B44F: hue angle of 36.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6B44F is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24618079-
CMYK00.270.680.04
HSL36.29º90.27%63.73%-
HSV(B)36.29º67.89%96.47%-
XYZ55.7452.814.65-
YUV188.2266.37169.21-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.71%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 79 (31.25% from 255) = 15.64%
R=48.71%
G=35.64%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461807900.270.680.0436.2990.2763.73
HexF6B44F01B444245a40
Octal366264117033104444132100
Binary11110110101101001001111011011100010010010010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B44F; }

 p { color: rgb(246,180,79); }

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

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

 a { background-color: rgb(246,180,79); }

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

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

 span { border-color: rgb(246,180,79); }

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