#F5AC4D

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

Shades of Casablanca #F5AC4D

Tints of Casablanca #F5AC4D

Color information

#F5AC4D (or 0xF5AC4D) is unknown color: approx Casablanca. HEX triplet: F5, AC and 4D. RGB value is (245,172,77). Sum of RGB (Red+Green+Blue) = 245+172+77=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AC4D is #0A53B2. Grayscale: #B7B7B7. Windows color (decimal): -676787 or 5090549. OLE color: 5090549.

HSL color Cylindrical-coordinate representation of color #F5AC4D: hue angle of 33.93º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5AC4D is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB24517277-
CMYK00.300.690.04
HSL33.93º89.36%63.14%-
HSV(B)33.93º68.57%96.08%-
XYZ53.7549.4513.73-
YUV18368.18172.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.60%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 77 (30.47% from 255) = 15.59%
R=49.60%
G=34.82%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451727700.300.690.0433.9389.3663.14
HexF5AC4D01E45422593f
Octal36525411503610544213177
Binary1111010110101100100110101111010001011001000101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AC4D; }

 p { color: rgb(245,172,77); }

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

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

 a { background-color: rgb(245,172,77); }

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

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

 span { border-color: rgb(245,172,77); }

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