#F3B64D

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

Shades of Casablanca #F3B64D

Tints of Casablanca #F3B64D

Color information

#F3B64D (or 0xF3B64D) is unknown color: approx Casablanca. HEX triplet: F3, B6 and 4D. RGB value is (243,182,77). Sum of RGB (Red+Green+Blue) = 243+182+77=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B64D is #0C49B2. Grayscale: #BCBCBC. Windows color (decimal): -805299 or 5093107. OLE color: 5093107.

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

Color convert

RGB24318277-
CMYK00.250.680.05
HSL37.95º87.37%62.75%-
HSV(B)37.95º68.31%95.29%-
XYZ55.0353.0514.36-
YUV188.2765.21167.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.41%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 77 (30.47% from 255) = 15.34%
R=48.41%
G=36.25%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431827700.250.680.0537.9587.3762.75
HexF3B64D01944526573f
Octal36326611503110454612777
Binary1111001110110110100110101100110001001011001101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B64D; }

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

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

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

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

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

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

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

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