#F5B748

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

Shades of Casablanca #F5B748

Tints of Casablanca #F5B748

Color information

#F5B748 (or 0xF5B748) is unknown color: approx Casablanca. HEX triplet: F5, B7 and 48. RGB value is (245,183,72). Sum of RGB (Red+Green+Blue) = 245+183+72=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B748 is #0A48B7. Grayscale: #BDBDBD. Windows color (decimal): -673976 or 4765685. OLE color: 4765685.

HSL color Cylindrical-coordinate representation of color #F5B748: hue angle of 38.5º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5B748 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB24518372-
CMYK00.250.710.04
HSL38.5º89.64%62.16%-
HSV(B)38.5º70.61%96.08%-
XYZ55.7653.7513.57-
YUV188.8862.04168.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 72 (28.52% from 255) = 14.4%
R=49%
G=36.6%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451837200.250.710.0438.589.6462.16
HexF5B748019474265a3e
Octal36526711003110744613276
Binary1111010110110111100100001100110001111001001101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B748; }

 p { color: rgb(245,183,72); }

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

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

 a { background-color: rgb(245,183,72); }

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

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

 span { border-color: rgb(245,183,72); }

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