#F1B44A

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

Shades of Casablanca #F1B44A

Tints of Casablanca #F1B44A

Color information

#F1B44A (or 0xF1B44A) is unknown color: approx Casablanca. HEX triplet: F1, B4 and 4A. RGB value is (241,180,74). Sum of RGB (Red+Green+Blue) = 241+180+74=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B44A is #0E4BB5. Grayscale: #BABABA. Windows color (decimal): -936886 or 4895985. OLE color: 4895985.

HSL color Cylindrical-coordinate representation of color #F1B44A: hue angle of 38.08º degrees, saturation: 0.86, 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 #F1B44A is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24118074-
CMYK00.250.690.05
HSL38.08º85.64%61.76%-
HSV(B)38.08º69.29%94.51%-
XYZ53.8351.8413.65-
YUV186.1664.71167.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 74 (29.30% from 255) = 14.95%
R=48.69%
G=36.36%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411807400.250.690.0538.0885.6461.76
HexF1B44A01945526563e
Octal36126411203110554612676
Binary1111000110110100100101001100110001011011001101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B44A; }

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

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

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

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

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

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

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

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