#F3AE4B

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

Shades of Casablanca #F3AE4B

Tints of Casablanca #F3AE4B

Color information

#F3AE4B (or 0xF3AE4B) is unknown color: approx Casablanca. HEX triplet: F3, AE and 4B. RGB value is (243,174,75). Sum of RGB (Red+Green+Blue) = 243+174+75=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AE4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AE4B is #0C51B4. Grayscale: #B7B7B7. Windows color (decimal): -807349 or 4959987. OLE color: 4959987.

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

Color convert

RGB24317475-
CMYK00.280.690.05
HSL35.36º87.5%62.35%-
HSV(B)35.36º69.14%95.29%-
XYZ53.3749.8313.46-
YUV183.3466.86170.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.39%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 75 (29.69% from 255) = 15.24%
R=49.39%
G=35.37%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431747500.280.690.0535.3687.562.35
HexF3AE4B01C45523583e
Octal36325611303410554313076
Binary1111001110101110100101101110010001011011000111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AE4B; }

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

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

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

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

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

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

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

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