#F5AF65

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

Shades of Rajah #F5AF65

Tints of Rajah #F5AF65

Color information

#F5AF65 (or 0xF5AF65) is unknown color: approx Rajah. HEX triplet: F5, AF and 65. RGB value is (245,175,101). Sum of RGB (Red+Green+Blue) = 245+175+101=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF65 is #0A509A. Grayscale: #BBBBBB. Windows color (decimal): -675995 or 6664181. OLE color: 6664181.

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

Color convert

RGB245175101-
CMYK00.290.590.04
HSL30.83º87.8%67.84%-
HSV(B)30.83º58.78%96.08%-
XYZ55.3451.0119.24-
YUV187.4979.19169.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 101 (39.84% from 255) = 19.39%
R=47.02%
G=33.59%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517510100.290.590.0430.8387.867.84
HexF5AF6501D3B41f5844
Octal36525714503573437130104
Binary111101011010111111001010111011110111001111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AF65; }

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

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

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

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

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

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

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

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