#F3AC4B

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

Shades of Casablanca #F3AC4B

Tints of Casablanca #F3AC4B

Color information

#F3AC4B (or 0xF3AC4B) is unknown color: approx Casablanca. HEX triplet: F3, AC and 4B. RGB value is (243,172,75). Sum of RGB (Red+Green+Blue) = 243+172+75=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AC4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AC4B is #0C53B4. Grayscale: #B6B6B6. Windows color (decimal): -807861 or 4959475. OLE color: 4959475.

HSL color Cylindrical-coordinate representation of color #F3AC4B: hue angle of 34.64º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F3AC4B is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24317275-
CMYK00.290.690.05
HSL34.64º87.5%62.35%-
HSV(B)34.64º69.14%95.29%-
XYZ52.9849.0713.34-
YUV182.1767.52171.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.59%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 75 (29.69% from 255) = 15.31%
R=49.59%
G=35.10%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431727500.290.690.0534.6487.562.35
HexF3AC4B01D45523583e
Octal36325411303510554313076
Binary1111001110101100100101101110110001011011000111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AC4B; }

 p { color: rgb(243,172,75); }

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

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

 a { background-color: rgb(243,172,75); }

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

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

 span { border-color: rgb(243,172,75); }

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