#F1B04A

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

Shades of Casablanca #F1B04A

Tints of Casablanca #F1B04A

Color information

#F1B04A (or 0xF1B04A) is unknown color: approx Casablanca. HEX triplet: F1, B0 and 4A. RGB value is (241,176,74). Sum of RGB (Red+Green+Blue) = 241+176+74=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1B04A is #0E4FB5. Grayscale: #B8B8B8. Windows color (decimal): -937910 or 4894961. OLE color: 4894961.

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

Color convert

RGB24117674-
CMYK00.270.690.05
HSL36.65º85.64%61.76%-
HSV(B)36.65º69.29%94.51%-
XYZ53.0450.2513.38-
YUV183.8166.03168.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.08%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 74 (29.30% from 255) = 15.07%
R=49.08%
G=35.85%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411767400.270.690.0536.6585.6461.76
HexF1B04A01B45525563e
Octal36126011203310554512676
Binary1111000110110000100101001101110001011011001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B04A; }

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

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

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

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

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

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

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

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