#F1B455

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

Shades of Casablanca #F1B455

Tints of Casablanca #F1B455

Color information

#F1B455 (or 0xF1B455) is unknown color: approx Casablanca. HEX triplet: F1, B4 and 55. RGB value is (241,180,85). Sum of RGB (Red+Green+Blue) = 241+180+85=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B455 is #0E4BAA. Grayscale: #BBBBBB. Windows color (decimal): -936875 or 5616881. OLE color: 5616881.

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

Color convert

RGB24118085-
CMYK00.250.650.05
HSL36.54º84.78%63.92%-
HSV(B)36.54º64.73%94.51%-
XYZ54.245215.77-
YUV187.4170.21166.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 85 (33.59% from 255) = 16.80%
R=47.63%
G=35.57%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411808500.250.650.0536.5484.7863.92
HexF1B455019415255540
Octal361264125031101545125100
Binary11110001101101001010101011001100000110110010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B455; }

 p { color: rgb(241,180,85); }

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

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

 a { background-color: rgb(241,180,85); }

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

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

 span { border-color: rgb(241,180,85); }

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