#F7AE6A

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

Shades of Rajah #F7AE6A

Tints of Rajah #F7AE6A

Color information

#F7AE6A (or 0xF7AE6A) is unknown color: approx Rajah. HEX triplet: F7, AE and 6A. RGB value is (247,174,106). Sum of RGB (Red+Green+Blue) = 247+174+106=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AE6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AE6A is #085195. Grayscale: #BCBCBC. Windows color (decimal): -545174 or 6991607. OLE color: 6991607.

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

Color convert

RGB247174106-
CMYK00.300.570.03
HSL28.94º89.81%69.22%-
HSV(B)28.94º57.09%96.86%-
XYZ56.151.0920.54-
YUV188.0881.68170.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.87%
GREEN value IS 174 (68.36% from 255) = 33.02%
BLUE value IS 106 (41.80% from 255) = 20.11%
R=46.87%
G=33.02%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717410600.300.570.0328.9489.8169.22
HexF7AE6A01E3931d5a45
Octal36725615203671335132105
Binary11110111101011101101010011110111001111110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AE6A; }

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

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

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

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

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

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

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

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