#F3B04D

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

Shades of Casablanca #F3B04D

Tints of Casablanca #F3B04D

Color information

#F3B04D (or 0xF3B04D) is unknown color: approx Casablanca. HEX triplet: F3, B0 and 4D. RGB value is (243,176,77). Sum of RGB (Red+Green+Blue) = 243+176+77=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B04D is #0C4FB2. Grayscale: #B9B9B9. Windows color (decimal): -806835 or 5091571. OLE color: 5091571.

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

Color convert

RGB24317677-
CMYK00.280.680.05
HSL35.78º87.37%62.75%-
HSV(B)35.78º68.31%95.29%-
XYZ53.8350.6413.96-
YUV184.7567.2169.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.99%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 77 (30.47% from 255) = 15.52%
R=48.99%
G=35.48%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431767700.280.680.0535.7887.3762.75
HexF3B04D01C44524573f
Octal36326011503410454412777
Binary1111001110110000100110101110010001001011001001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B04D; }

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

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

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

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

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

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

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

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