#F2AF68

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

Shades of Rajah #F2AF68

Tints of Rajah #F2AF68

Color information

#F2AF68 (or 0xF2AF68) is unknown color: approx Rajah. HEX triplet: F2, AF and 68. RGB value is (242,175,104). Sum of RGB (Red+Green+Blue) = 242+175+104=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF68 is #0D5097. Grayscale: #BBBBBB. Windows color (decimal): -872600 or 6860786. OLE color: 6860786.

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

Color convert

RGB242175104-
CMYK00.280.570.05
HSL30.87º84.15%67.84%-
HSV(B)30.87º57.02%94.9%-
XYZ54.4550.5419.98-
YUV186.9481.2167.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 104 (41.02% from 255) = 19.96%
R=46.45%
G=33.59%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217510400.280.570.0530.8784.1567.84
HexF2AF6801C3951f5444
Octal36225715003471537124104
Binary111100101010111111010000111001110011011111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AF68; }

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

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

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

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

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

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

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

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