#F1B24A

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

Shades of Casablanca #F1B24A

Tints of Casablanca #F1B24A

Color information

#F1B24A (or 0xF1B24A) is unknown color: approx Casablanca. HEX triplet: F1, B2 and 4A. RGB value is (241,178,74). Sum of RGB (Red+Green+Blue) = 241+178+74=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1B24A is #0E4DB5. Grayscale: #B9B9B9. Windows color (decimal): -937398 or 4895473. OLE color: 4895473.

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

Color convert

RGB24117874-
CMYK00.260.690.05
HSL37.37º85.64%61.76%-
HSV(B)37.37º69.29%94.51%-
XYZ53.4351.0413.51-
YUV184.9865.37167.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 74 (29.30% from 255) = 15.01%
R=48.88%
G=36.11%
B=15.01%

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
Decimal2411787400.260.690.0537.3785.6461.76
HexF1B24A01A45525563e
Octal36126211203210554512676
Binary1111000110110010100101001101010001011011001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B24A; }

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

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

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

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

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

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

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

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