#F7AD65

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

Shades of Rajah #F7AD65

Tints of Rajah #F7AD65

Color information

#F7AD65 (or 0xF7AD65) is unknown color: approx Rajah. HEX triplet: F7, AD and 65. RGB value is (247,173,101). Sum of RGB (Red+Green+Blue) = 247+173+101=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AD65 is #08529A. Grayscale: #BBBBBB. Windows color (decimal): -545435 or 6663671. OLE color: 6663671.

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

Color convert

RGB247173101-
CMYK00.300.590.03
HSL29.59º90.12%68.24%-
HSV(B)29.59º59.11%96.86%-
XYZ55.6550.619.15-
YUV186.9279.52170.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.41%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 101 (39.84% from 255) = 19.39%
R=47.41%
G=33.21%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717310100.300.590.0329.5990.1268.24
HexF7AD6501E3B31e5a44
Octal36725514503673336132104
Binary11110111101011011100101011110111011111111010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AD65; }

 p { color: rgb(247,173,101); }

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

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

 a { background-color: rgb(247,173,101); }

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

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

 span { border-color: rgb(247,173,101); }

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