#F3B65F

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

Shades of Casablanca #F3B65F

Tints of Casablanca #F3B65F

Color information

#F3B65F (or 0xF3B65F) is unknown color: approx Casablanca. HEX triplet: F3, B6 and 5F. RGB value is (243,182,95). Sum of RGB (Red+Green+Blue) = 243+182+95=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B65F is #0C49A0. Grayscale: #BEBEBE. Windows color (decimal): -805281 or 6272755. OLE color: 6272755.

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

Color convert

RGB24318295-
CMYK00.250.610.05
HSL35.27º86.05%66.27%-
HSV(B)35.27º60.91%95.29%-
XYZ55.7653.3418.18-
YUV190.3274.21165.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.73%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 95 (37.5% from 255) = 18.27%
R=46.73%
G=35%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431829500.250.610.0535.2786.0566.27
HexF3B65F0193D5235642
Octal36326613703175543126102
Binary1111001110110110101111101100111110110110001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B65F; }

 p { color: rgb(243,182,95); }

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

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

 a { background-color: rgb(243,182,95); }

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

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

 span { border-color: rgb(243,182,95); }

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