#F1AF66

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

Shades of Rajah #F1AF66

Tints of Rajah #F1AF66

Color information

#F1AF66 (or 0xF1AF66) is unknown color: approx Rajah. HEX triplet: F1, AF and 66. RGB value is (241,175,102). Sum of RGB (Red+Green+Blue) = 241+175+102=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF66 is #0E5099. Grayscale: #BABABA. Windows color (decimal): -938138 or 6729713. OLE color: 6729713.

HSL color Cylindrical-coordinate representation of color #F1AF66: hue angle of 31.51º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1AF66 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB241175102-
CMYK00.270.580.05
HSL31.51º83.23%67.25%-
HSV(B)31.51º57.68%94.51%-
XYZ5450.3219.44-
YUV186.4180.37166.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 102 (40.23% from 255) = 19.69%
R=46.53%
G=33.78%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117510200.270.580.0531.5183.2367.25
HexF1AF6601B3A5205343
Octal36125714603372540123103
Binary1111000110101111110011001101111101010110000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF66; }

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

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

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

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

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

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

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

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