#F7AE68

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

Shades of Rajah #F7AE68

Tints of Rajah #F7AE68

Color information

#F7AE68 (or 0xF7AE68) is unknown color: approx Rajah. HEX triplet: F7, AE and 68. RGB value is (247,174,104). Sum of RGB (Red+Green+Blue) = 247+174+104=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AE68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AE68 is #085197. Grayscale: #BCBCBC. Windows color (decimal): -545176 or 6860535. OLE color: 6860535.

HSL color Cylindrical-coordinate representation of color #F7AE68: hue angle of 29.37º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7AE68 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB247174104-
CMYK00.300.580.03
HSL29.37º89.94%68.82%-
HSV(B)29.37º57.89%96.86%-
XYZ55.9951.0520-
YUV187.8580.68170.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.05%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 104 (41.02% from 255) = 19.81%
R=47.05%
G=33.14%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717410400.300.580.0329.3789.9468.82
HexF7AE6801E3A31d5a45
Octal36725615003672335132105
Binary11110111101011101101000011110111010111110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AE68; }

 p { color: rgb(247,174,104); }

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

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

 a { background-color: rgb(247,174,104); }

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

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

 span { border-color: rgb(247,174,104); }

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