#F3B852

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

Shades of Casablanca #F3B852

Tints of Casablanca #F3B852

Color information

#F3B852 (or 0xF3B852) is unknown color: approx Casablanca. HEX triplet: F3, B8 and 52. RGB value is (243,184,82). Sum of RGB (Red+Green+Blue) = 243+184+82=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B852 is #0C47AD. Grayscale: #BEBEBE. Windows color (decimal): -804782 or 5421299. OLE color: 5421299.

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

Color convert

RGB24318482-
CMYK00.240.660.05
HSL38.01º87.03%63.73%-
HSV(B)38.01º66.26%95.29%-
XYZ55.6353.9415.46-
YUV190.0167.05165.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.74%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 82 (32.42% from 255) = 16.11%
R=47.74%
G=36.15%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431848200.240.660.0538.0187.0363.73
HexF3B852018425265740
Octal363270122030102546127100
Binary11110011101110001010010011000100001010110011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B852; }

 p { color: rgb(243,184,82); }

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

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

 a { background-color: rgb(243,184,82); }

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

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

 span { border-color: rgb(243,184,82); }

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