#F5AF5D

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

Shades of Rajah #F5AF5D

Tints of Rajah #F5AF5D

Color information

#F5AF5D (or 0xF5AF5D) is unknown color: approx Rajah. HEX triplet: F5, AF and 5D. RGB value is (245,175,93). Sum of RGB (Red+Green+Blue) = 245+175+93=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF5D is #0A50A2. Grayscale: #BABABA. Windows color (decimal): -676003 or 6139893. OLE color: 6139893.

HSL color Cylindrical-coordinate representation of color #F5AF5D: hue angle of 32.37º 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 #F5AF5D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24517593-
CMYK00.290.620.04
HSL32.37º88.37%66.27%-
HSV(B)32.37º62.04%96.08%-
XYZ54.9650.8617.28-
YUV186.5875.19169.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=47.76%
G=34.11%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451759300.290.620.0432.3788.3766.27
HexF5AF5D01D3E4205842
Octal36525713503576440130102
Binary1111010110101111101110101110111111010010000010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AF5D; }

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

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

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

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

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

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

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

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