#F6B34F

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

Shades of Casablanca #F6B34F

Tints of Casablanca #F6B34F

Color information

#F6B34F (or 0xF6B34F) is unknown color: approx Casablanca. HEX triplet: F6, B3 and 4F. RGB value is (246,179,79). Sum of RGB (Red+Green+Blue) = 246+179+79=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B34F is #094CB0. Grayscale: #BCBCBC. Windows color (decimal): -609457 or 5223414. OLE color: 5223414.

HSL color Cylindrical-coordinate representation of color #F6B34F: hue angle of 35.93º 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 #F6B34F is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24617979-
CMYK00.270.680.04
HSL35.93º90.27%63.73%-
HSV(B)35.93º67.89%96.47%-
XYZ55.5452.414.58-
YUV187.6366.7169.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.81%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 79 (31.25% from 255) = 15.67%
R=48.81%
G=35.52%
B=15.67%

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
Decimal2461797900.270.680.0435.9390.2763.73
HexF6B34F01B444245a40
Octal366263117033104444132100
Binary11110110101100111001111011011100010010010010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B34F; }

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

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

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

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

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

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

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

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