#F4B44A

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

Shades of Casablanca #F4B44A

Tints of Casablanca #F4B44A

Color information

#F4B44A (or 0xF4B44A) is unknown color: approx Casablanca. HEX triplet: F4, B4 and 4A. RGB value is (244,180,74). Sum of RGB (Red+Green+Blue) = 244+180+74=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4B44A is #0B4BB5. Grayscale: #BBBBBB. Windows color (decimal): -740278 or 4895988. OLE color: 4895988.

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

Color convert

RGB24418074-
CMYK00.260.700.04
HSL37.41º88.54%62.35%-
HSV(B)37.41º69.67%95.69%-
XYZ54.8752.3713.7-
YUV187.0564.2168.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.00%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 74 (29.30% from 255) = 14.86%
R=49.00%
G=36.14%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441807400.260.700.0437.4188.5462.35
HexF4B44A01A46425593e
Octal36426411203210644513176
Binary1111010010110100100101001101010001101001001011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B44A; }

 p { color: rgb(244,180,74); }

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

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

 a { background-color: rgb(244,180,74); }

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

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

 span { border-color: rgb(244,180,74); }

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