#F1B34D

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

Shades of Casablanca #F1B34D

Tints of Casablanca #F1B34D

Color information

#F1B34D (or 0xF1B34D) is unknown color: approx Casablanca. HEX triplet: F1, B3 and 4D. RGB value is (241,179,77). Sum of RGB (Red+Green+Blue) = 241+179+77=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B34D is #0E4CB2. Grayscale: #BABABA. Windows color (decimal): -937139 or 5092337. OLE color: 5092337.

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

Color convert

RGB24117977-
CMYK00.260.680.05
HSL37.32º85.42%62.35%-
HSV(B)37.32º68.05%94.51%-
XYZ53.7451.4814.13-
YUV185.9166.54167.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 77 (30.47% from 255) = 15.49%
R=48.49%
G=36.02%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411797700.260.680.0537.3285.4262.35
HexF1B34D01A44525553e
Octal36126311503210454512576
Binary1111000110110011100110101101010001001011001011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B34D; }

 p { color: rgb(241,179,77); }

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

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

 a { background-color: rgb(241,179,77); }

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

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

 span { border-color: rgb(241,179,77); }

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