#F6B94E

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

Shades of Casablanca #F6B94E

Tints of Casablanca #F6B94E

Color information

#F6B94E (or 0xF6B94E) is unknown color: approx Casablanca. HEX triplet: F6, B9 and 4E. RGB value is (246,185,78). Sum of RGB (Red+Green+Blue) = 246+185+78=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B94E is #0946B1. Grayscale: #BFBFBF. Windows color (decimal): -607922 or 5159414. OLE color: 5159414.

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

Color convert

RGB24618578-
CMYK00.250.680.04
HSL38.21º90.32%63.53%-
HSV(B)38.21º68.29%96.47%-
XYZ56.7354.8414.8-
YUV191.0464.21167.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.33%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 78 (30.86% from 255) = 15.32%
R=48.33%
G=36.35%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461857800.250.680.0438.2190.3263.53
HexF6B94E019444265a40
Octal366271116031104446132100
Binary11110110101110011001110011001100010010010011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B94E; }

 p { color: rgb(246,185,78); }

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

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

 a { background-color: rgb(246,185,78); }

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

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

 span { border-color: rgb(246,185,78); }

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