#F2AE63

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

Shades of Rajah #F2AE63

Tints of Rajah #F2AE63

Color information

#F2AE63 (or 0xF2AE63) is unknown color: approx Rajah. HEX triplet: F2, AE and 63. RGB value is (242,174,99). Sum of RGB (Red+Green+Blue) = 242+174+99=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AE63 is #0D519C. Grayscale: #BABABA. Windows color (decimal): -872861 or 6532850. OLE color: 6532850.

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

Color convert

RGB24217499-
CMYK00.280.590.05
HSL31.47º84.62%66.86%-
HSV(B)31.47º59.09%94.9%-
XYZ54.0150.0518.62-
YUV185.7879.03168.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 99 (39.06% from 255) = 19.22%
R=46.99%
G=33.79%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421749900.280.590.0531.4784.6266.86
HexF2AE6301C3B51f5543
Octal36225614303473537125103
Binary111100101010111011000110111001110111011111110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AE63; }

 p { color: rgb(242,174,99); }

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

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

 a { background-color: rgb(242,174,99); }

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

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

 span { border-color: rgb(242,174,99); }

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