#F4B959

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

Shades of Casablanca #F4B959

Tints of Casablanca #F4B959

Color information

#F4B959 (or 0xF4B959) is unknown color: approx Casablanca. HEX triplet: F4, B9 and 59. RGB value is (244,185,89). Sum of RGB (Red+Green+Blue) = 244+185+89=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B959 is #0B46A6. Grayscale: #C0C0C0. Windows color (decimal): -738983 or 5880308. OLE color: 5880308.

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

Color convert

RGB24418589-
CMYK00.240.640.04
HSL37.16º87.57%65.29%-
HSV(B)37.16º63.52%95.69%-
XYZ56.4654.6517.02-
YUV191.770.05165.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.10%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 89 (35.16% from 255) = 17.18%
R=47.10%
G=35.71%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441858900.240.640.0437.1687.5765.29
HexF4B959018404255841
Octal364271131030100445130101
Binary11110100101110011011001011000100000010010010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B959; }

 p { color: rgb(244,185,89); }

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

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

 a { background-color: rgb(244,185,89); }

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

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

 span { border-color: rgb(244,185,89); }

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