#F2AF62

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

Shades of Rajah #F2AF62

Tints of Rajah #F2AF62

Color information

#F2AF62 (or 0xF2AF62) is unknown color: approx Rajah. HEX triplet: F2, AF and 62. RGB value is (242,175,98). Sum of RGB (Red+Green+Blue) = 242+175+98=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF62 is #0D509D. Grayscale: #BABABA. Windows color (decimal): -872606 or 6467570. OLE color: 6467570.

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

Color convert

RGB24217598-
CMYK00.280.600.05
HSL32.08º84.71%66.67%-
HSV(B)32.08º59.5%94.9%-
XYZ54.1550.4218.43-
YUV186.2678.2167.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 98 (38.67% from 255) = 19.03%
R=46.99%
G=33.98%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421759800.280.600.0532.0884.7166.67
HexF2AF6201C3C5205543
Octal36225714203474540125103
Binary1111001010101111110001001110011110010110000010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AF62; }

 p { color: rgb(242,175,98); }

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

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

 a { background-color: rgb(242,175,98); }

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

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

 span { border-color: rgb(242,175,98); }

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