#F3AF4F

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

Shades of Casablanca #F3AF4F

Tints of Casablanca #F3AF4F

Color information

#F3AF4F (or 0xF3AF4F) is unknown color: approx Casablanca. HEX triplet: F3, AF and 4F. RGB value is (243,175,79). Sum of RGB (Red+Green+Blue) = 243+175+79=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AF4F is #0C50B0. Grayscale: #B8B8B8. Windows color (decimal): -807089 or 5222387. OLE color: 5222387.

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

Color convert

RGB24317579-
CMYK00.280.670.05
HSL35.12º87.23%63.14%-
HSV(B)35.12º67.49%95.29%-
XYZ53.750.2814.27-
YUV184.3968.53169.81-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.89%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 79 (31.25% from 255) = 15.90%
R=48.89%
G=35.21%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431757900.280.670.0535.1287.2363.14
HexF3AF4F01C43523573f
Octal36325711703410354312777
Binary1111001110101111100111101110010000111011000111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AF4F; }

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

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

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

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

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

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

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

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