#F4B94F

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

Shades of Casablanca #F4B94F

Tints of Casablanca #F4B94F

Color information

#F4B94F (or 0xF4B94F) is unknown color: approx Casablanca. HEX triplet: F4, B9 and 4F. RGB value is (244,185,79). Sum of RGB (Red+Green+Blue) = 244+185+79=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B94F is #0B46B0. Grayscale: #BFBFBF. Windows color (decimal): -738993 or 5224948. OLE color: 5224948.

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

Color convert

RGB24418579-
CMYK00.240.680.04
HSL38.55º88.24%63.33%-
HSV(B)38.55º67.62%95.69%-
XYZ56.0754.514.96-
YUV190.5665.05166.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.03%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 79 (31.25% from 255) = 15.55%
R=48.03%
G=36.42%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441857900.240.680.0438.5588.2463.33
HexF4B94F01844427583f
Octal36427111703010444713077
Binary1111010010111001100111101100010001001001001111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B94F; }

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

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

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

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

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

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

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

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