#F7AE60

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

Shades of Rajah #F7AE60

Tints of Rajah #F7AE60

Color information

#F7AE60 (or 0xF7AE60) is unknown color: approx Rajah. HEX triplet: F7, AE and 60. RGB value is (247,174,96). Sum of RGB (Red+Green+Blue) = 247+174+96=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AE60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AE60 is #08519F. Grayscale: #BBBBBB. Windows color (decimal): -545184 or 6336247. OLE color: 6336247.

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

Color convert

RGB24717496-
CMYK00.300.610.03
HSL30.99º90.42%67.25%-
HSV(B)30.99º61.13%96.86%-
XYZ55.6150.8917.96-
YUV186.9376.68170.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.78%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 96 (37.89% from 255) = 18.57%
R=47.78%
G=33.66%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471749600.300.610.0330.9990.4267.25
HexF7AE6001E3D31f5a43
Octal36725614003675337132103
Binary11110111101011101100000011110111101111111110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AE60; }

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

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

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

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

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

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

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

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