#F1B04E

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

Shades of Casablanca #F1B04E

Tints of Casablanca #F1B04E

Color information

#F1B04E (or 0xF1B04E) is unknown color: approx Casablanca. HEX triplet: F1, B0 and 4E. RGB value is (241,176,78). Sum of RGB (Red+Green+Blue) = 241+176+78=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B04E is #0E4FB1. Grayscale: #B8B8B8. Windows color (decimal): -937906 or 5157105. OLE color: 5157105.

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

Color convert

RGB24117678-
CMYK00.270.680.05
HSL36.07º85.34%62.55%-
HSV(B)36.07º67.63%94.51%-
XYZ53.1850.314.11-
YUV184.2668.03168.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 78 (30.86% from 255) = 15.76%
R=48.69%
G=35.56%
B=15.76%

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
Decimal2411767800.270.680.0536.0785.3462.55
HexF1B04E01B44524553f
Octal36126011603310454412577
Binary1111000110110000100111001101110001001011001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B04E; }

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

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

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

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

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

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

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

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