#F2B44A

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

Shades of Casablanca #F2B44A

Tints of Casablanca #F2B44A

Color information

#F2B44A (or 0xF2B44A) is unknown color: approx Casablanca. HEX triplet: F2, B4 and 4A. RGB value is (242,180,74). Sum of RGB (Red+Green+Blue) = 242+180+74=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B44A is #0D4BB5. Grayscale: #BABABA. Windows color (decimal): -871350 or 4895986. OLE color: 4895986.

HSL color Cylindrical-coordinate representation of color #F2B44A: hue angle of 37.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2B44A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24218074-
CMYK00.260.690.05
HSL37.86º86.6%61.96%-
HSV(B)37.86º69.42%94.9%-
XYZ54.1852.0113.66-
YUV186.4564.54167.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.79%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 74 (29.30% from 255) = 14.92%
R=48.79%
G=36.29%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421807400.260.690.0537.8686.661.96
HexF2B44A01A45526573e
Octal36226411203210554612776
Binary1111001010110100100101001101010001011011001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B44A; }

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

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

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

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

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

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

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

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