#F1B14E

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

Shades of Casablanca #F1B14E

Tints of Casablanca #F1B14E

Color information

#F1B14E (or 0xF1B14E) is unknown color: approx Casablanca. HEX triplet: F1, B1 and 4E. RGB value is (241,177,78). Sum of RGB (Red+Green+Blue) = 241+177+78=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B14E is #0E4EB1. Grayscale: #B9B9B9. Windows color (decimal): -937650 or 5157361. OLE color: 5157361.

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

Color convert

RGB24117778-
CMYK00.270.680.05
HSL36.44º85.34%62.55%-
HSV(B)36.44º67.63%94.51%-
XYZ53.3750.714.18-
YUV184.8567.7168.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 78 (30.86% from 255) = 15.73%
R=48.59%
G=35.69%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411777800.270.680.0536.4485.3462.55
HexF1B14E01B44524553f
Octal36126111603310454412577
Binary1111000110110001100111001101110001001011001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B14E; }

 p { color: rgb(241,177,78); }

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

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

 a { background-color: rgb(241,177,78); }

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

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

 span { border-color: rgb(241,177,78); }

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