#F1AD5D

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

Shades of Rajah #F1AD5D

Tints of Rajah #F1AD5D

Color information

#F1AD5D (or 0xF1AD5D) is unknown color: approx Rajah. HEX triplet: F1, AD and 5D. RGB value is (241,173,93). Sum of RGB (Red+Green+Blue) = 241+173+93=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD5D is #0E52A2. Grayscale: #B8B8B8. Windows color (decimal): -938659 or 6139377. OLE color: 6139377.

HSL color Cylindrical-coordinate representation of color #F1AD5D: hue angle of 32.43º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1AD5D is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24117393-
CMYK00.280.610.05
HSL32.43º84.09%65.49%-
HSV(B)32.43º61.41%94.51%-
XYZ53.1949.3817.08-
YUV184.2176.53168.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 93 (36.72% from 255) = 18.34%
R=47.53%
G=34.12%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411739300.280.610.0532.4384.0965.49
HexF1AD5D01C3D5205441
Octal36125513503475540124101
Binary1111000110101101101110101110011110110110000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD5D; }

 p { color: rgb(241,173,93); }

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

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

 a { background-color: rgb(241,173,93); }

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

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

 span { border-color: rgb(241,173,93); }

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