#F1B04F

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

Shades of Casablanca #F1B04F

Tints of Casablanca #F1B04F

Color information

#F1B04F (or 0xF1B04F) is unknown color: approx Casablanca. HEX triplet: F1, B0 and 4F. RGB value is (241,176,79). Sum of RGB (Red+Green+Blue) = 241+176+79=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B04F is #0E4FB0. Grayscale: #B8B8B8. Windows color (decimal): -937905 or 5222641. OLE color: 5222641.

HSL color Cylindrical-coordinate representation of color #F1B04F: hue angle of 35.93º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1B04F is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24117679-
CMYK00.270.670.05
HSL35.93º85.26%62.75%-
HSV(B)35.93º67.22%94.51%-
XYZ53.2150.3214.3-
YUV184.3868.53168.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 79 (31.25% from 255) = 15.93%
R=48.59%
G=35.48%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411767900.270.670.0535.9385.2662.75
HexF1B04F01B43524553f
Octal36126011703310354412577
Binary1111000110110000100111101101110000111011001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B04F; }

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

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

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

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

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

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

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

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