#F6B94A

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

Shades of Casablanca #F6B94A

Tints of Casablanca #F6B94A

Color information

#F6B94A (or 0xF6B94A) is unknown color: approx Casablanca. HEX triplet: F6, B9 and 4A. RGB value is (246,185,74). Sum of RGB (Red+Green+Blue) = 246+185+74=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6B94A is #0946B5. Grayscale: #BFBFBF. Windows color (decimal): -607926 or 4897270. OLE color: 4897270.

HSL color Cylindrical-coordinate representation of color #F6B94A: hue angle of 38.72º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6B94A is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24618574-
CMYK00.250.700.04
HSL38.72º90.53%62.75%-
HSV(B)38.72º69.92%96.47%-
XYZ56.5954.7914.07-
YUV190.5862.21167.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.71%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 74 (29.30% from 255) = 14.65%
R=48.71%
G=36.63%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461857400.250.700.0438.7290.5362.75
HexF6B94A019464275b3f
Octal36627111203110644713377
Binary1111011010111001100101001100110001101001001111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B94A; }

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

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

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

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

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

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

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

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