#f5b155

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

Shades of Casablanca #F5B155

Tints of Casablanca #F5B155

Color information

#F5B155 (or 0xF5B155) is unknown color: approx Casablanca. HEX triplet: F5, B1 and 55. RGB value is (245,177,85). Sum of RGB (Red+Green+Blue) = 245+177+85=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B155 is #0A4EAA. Grayscale: #BBBBBB. Windows color (decimal): -675499 or 5616117. OLE color: 5616117.

HSL color Cylindrical-coordinate representation of color #F5B155: hue angle of 34.5º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5B155 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24517785-
CMYK00.280.650.04
HSL34.5º88.89%64.71%-
HSV(B)34.5º65.31%96.08%-
XYZ55.0251.5115.64-
YUV186.8470.53169.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 85 (33.59% from 255) = 16.77%
R=48.32%
G=34.91%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451778500.280.650.0434.588.8964.71
HexF5B15501C414225941
Octal365261125034101442131101
Binary11110101101100011010101011100100000110010001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5b155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5b155; }

 p { color: rgb(245,177,85); }

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

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

 a { background-color: rgb(245,177,85); }

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

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

 span { border-color: rgb(245,177,85); }

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