#F3B748

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

Shades of Casablanca #F3B748

Tints of Casablanca #F3B748

Color information

#F3B748 (or 0xF3B748) is unknown color: approx Casablanca. HEX triplet: F3, B7 and 48. RGB value is (243,183,72). Sum of RGB (Red+Green+Blue) = 243+183+72=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3B748 is #0C48B7. Grayscale: #BCBCBC. Windows color (decimal): -805048 or 4765683. OLE color: 4765683.

HSL color Cylindrical-coordinate representation of color #F3B748: hue angle of 38.95º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F3B748 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24318372-
CMYK00.250.700.05
HSL38.95º87.69%61.76%-
HSV(B)38.95º70.37%95.29%-
XYZ55.0753.3913.53-
YUV188.2962.38167.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.80%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 72 (28.52% from 255) = 14.46%
R=48.80%
G=36.75%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431837200.250.700.0538.9587.6961.76
HexF3B74801946527583e
Octal36326711003110654713076
Binary1111001110110111100100001100110001101011001111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B748; }

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

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

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

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

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

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

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

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