#F3B04C

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

Shades of Casablanca #F3B04C

Tints of Casablanca #F3B04C

Color information

#F3B04C (or 0xF3B04C) is unknown color: approx Casablanca. HEX triplet: F3, B0 and 4C. RGB value is (243,176,76). Sum of RGB (Red+Green+Blue) = 243+176+76=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3B04C is #0C4FB3. Grayscale: #B9B9B9. Windows color (decimal): -806836 or 5026035. OLE color: 5026035.

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

Color convert

RGB24317676-
CMYK00.280.690.05
HSL35.93º87.43%62.55%-
HSV(B)35.93º68.72%95.29%-
XYZ53.7950.6313.77-
YUV184.6366.7169.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.09%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 76 (30.08% from 255) = 15.35%
R=49.09%
G=35.56%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431767600.280.690.0535.9387.4362.55
HexF3B04C01C45524573f
Octal36326011403410554412777
Binary1111001110110000100110001110010001011011001001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B04C; }

 p { color: rgb(243,176,76); }

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

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

 a { background-color: rgb(243,176,76); }

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

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

 span { border-color: rgb(243,176,76); }

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