#F3B84A

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

Shades of Casablanca #F3B84A

Tints of Casablanca #F3B84A

Color information

#F3B84A (or 0xF3B84A) is unknown color: approx Casablanca. HEX triplet: F3, B8 and 4A. RGB value is (243,184,74). Sum of RGB (Red+Green+Blue) = 243+184+74=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3B84A is #0C47B5. Grayscale: #BDBDBD. Windows color (decimal): -804790 or 4897011. OLE color: 4897011.

HSL color Cylindrical-coordinate representation of color #F3B84A: hue angle of 39.05º 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 #F3B84A is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24318474-
CMYK00.240.700.05
HSL39.05º87.56%62.16%-
HSV(B)39.05º69.55%95.29%-
XYZ55.3453.8313.95-
YUV189.163.05166.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.50%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 74 (29.30% from 255) = 14.77%
R=48.50%
G=36.73%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431847400.240.700.0539.0587.5662.16
HexF3B84A01846527583e
Octal36327011203010654713076
Binary1111001110111000100101001100010001101011001111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B84A; }

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

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

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

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

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

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

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

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