#F3B35E

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

Shades of Casablanca #F3B35E

Tints of Casablanca #F3B35E

Color information

#F3B35E (or 0xF3B35E) is unknown color: approx Casablanca. HEX triplet: F3, B3 and 5E. RGB value is (243,179,94). Sum of RGB (Red+Green+Blue) = 243+179+94=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B35E is #0C4CA1. Grayscale: #BCBCBC. Windows color (decimal): -806050 or 6206451. OLE color: 6206451.

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

Color convert

RGB24317994-
CMYK00.260.610.05
HSL34.23º86.13%66.08%-
HSV(B)34.23º61.32%95.29%-
XYZ55.152.117.74-
YUV188.4574.7166.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.09%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 94 (37.11% from 255) = 18.22%
R=47.09%
G=34.69%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431799400.260.610.0534.2386.1366.08
HexF3B35E01A3D5225642
Octal36326313603275542126102
Binary1111001110110011101111001101011110110110001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B35E; }

 p { color: rgb(243,179,94); }

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

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

 a { background-color: rgb(243,179,94); }

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

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

 span { border-color: rgb(243,179,94); }

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