#F3AB4F

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

Shades of Casablanca #F3AB4F

Tints of Casablanca #F3AB4F

Color information

#F3AB4F (or 0xF3AB4F) is unknown color: approx Casablanca. HEX triplet: F3, AB and 4F. RGB value is (243,171,79). Sum of RGB (Red+Green+Blue) = 243+171+79=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AB4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AB4F is #0C54B0. Grayscale: #B6B6B6. Windows color (decimal): -808113 or 5221363. OLE color: 5221363.

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

Color convert

RGB24317179-
CMYK00.300.670.05
HSL33.66º87.23%63.14%-
HSV(B)33.66º67.49%95.29%-
XYZ52.9448.7514.02-
YUV182.0469.85171.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.29%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 79 (31.25% from 255) = 16.02%
R=49.29%
G=34.69%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431717900.300.670.0533.6687.2363.14
HexF3AB4F01E43522573f
Octal36325311703610354212777
Binary1111001110101011100111101111010000111011000101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AB4F; }

 p { color: rgb(243,171,79); }

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

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

 a { background-color: rgb(243,171,79); }

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

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

 span { border-color: rgb(243,171,79); }

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