#F7AD60

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

Shades of Rajah #F7AD60

Tints of Rajah #F7AD60

Color information

#F7AD60 (or 0xF7AD60) is unknown color: approx Rajah. HEX triplet: F7, AD and 60. RGB value is (247,173,96). Sum of RGB (Red+Green+Blue) = 247+173+96=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AD60 is #08529F. Grayscale: #BABABA. Windows color (decimal): -545440 or 6335991. OLE color: 6335991.

HSL color Cylindrical-coordinate representation of color #F7AD60: hue angle of 30.6º 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 #F7AD60 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB24717396-
CMYK00.300.610.03
HSL30.6º90.42%67.25%-
HSV(B)30.6º61.13%96.86%-
XYZ55.4150.5117.89-
YUV186.3577.02171.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.87%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 96 (37.89% from 255) = 18.60%
R=47.87%
G=33.53%
B=18.60%

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
Decimal2471739600.300.610.0330.690.4267.25
HexF7AD6001E3D31f5a43
Octal36725514003675337132103
Binary11110111101011011100000011110111101111111110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AD60; }

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

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

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

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

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

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

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

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