#F5AC5D

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

Shades of Rajah #F5AC5D

Tints of Rajah #F5AC5D

Color information

#F5AC5D (or 0xF5AC5D) is unknown color: approx Rajah. HEX triplet: F5, AC and 5D. RGB value is (245,172,93). Sum of RGB (Red+Green+Blue) = 245+172+93=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AC5D is #0A53A2. Grayscale: #B9B9B9. Windows color (decimal): -676771 or 6139125. OLE color: 6139125.

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

Color convert

RGB24517293-
CMYK00.300.620.04
HSL31.18º88.37%66.27%-
HSV(B)31.18º62.04%96.08%-
XYZ54.3849.7117.08-
YUV184.8276.18170.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.04%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 93 (36.72% from 255) = 18.24%
R=48.04%
G=33.73%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451729300.300.620.0431.1888.3766.27
HexF5AC5D01E3E41f5842
Octal36525413503676437130102
Binary111101011010110010111010111101111101001111110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AC5D; }

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

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

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

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

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

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

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

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