#F1AF61

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

Shades of Rajah #F1AF61

Tints of Rajah #F1AF61

Color information

#F1AF61 (or 0xF1AF61) is unknown color: approx Rajah. HEX triplet: F1, AF and 61. RGB value is (241,175,97). Sum of RGB (Red+Green+Blue) = 241+175+97=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF61 is #0E509E. Grayscale: #BABABA. Windows color (decimal): -938143 or 6402033. OLE color: 6402033.

HSL color Cylindrical-coordinate representation of color #F1AF61: hue angle of 32.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1AF61 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24117597-
CMYK00.270.600.05
HSL32.5º83.72%66.27%-
HSV(B)32.5º59.75%94.51%-
XYZ53.7650.2218.17-
YUV185.8477.87167.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 97 (38.28% from 255) = 18.91%
R=46.98%
G=34.11%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411759700.270.600.0532.583.7266.27
HexF1AF6101B3C5205442
Octal36125714103374540124102
Binary1111000110101111110000101101111110010110000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF61; }

 p { color: rgb(241,175,97); }

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

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

 a { background-color: rgb(241,175,97); }

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

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

 span { border-color: rgb(241,175,97); }

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