#F7AD68

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

Shades of Rajah #F7AD68

Tints of Rajah #F7AD68

Color information

#F7AD68 (or 0xF7AD68) is unknown color: approx Rajah. HEX triplet: F7, AD and 68. RGB value is (247,173,104). Sum of RGB (Red+Green+Blue) = 247+173+104=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AD68 is #085297. Grayscale: #BBBBBB. Windows color (decimal): -545432 or 6860279. OLE color: 6860279.

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

Color convert

RGB247173104-
CMYK00.300.580.03
HSL28.95º89.94%68.82%-
HSV(B)28.95º57.89%96.86%-
XYZ55.850.6619.93-
YUV187.2681.02170.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.14%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 104 (41.02% from 255) = 19.85%
R=47.14%
G=33.02%
B=19.85%

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
Decimal24717310400.300.580.0328.9589.9468.82
HexF7AD6801E3A31d5a45
Octal36725515003672335132105
Binary11110111101011011101000011110111010111110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AD68; }

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

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

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

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

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

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

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

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