#F7AF69

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

Shades of Rajah #F7AF69

Tints of Rajah #F7AF69

Color information

#F7AF69 (or 0xF7AF69) is unknown color: approx Rajah. HEX triplet: F7, AF and 69. RGB value is (247,175,105). Sum of RGB (Red+Green+Blue) = 247+175+105=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AF69 is #085096. Grayscale: #BCBCBC. Windows color (decimal): -544919 or 6926327. OLE color: 6926327.

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

Color convert

RGB247175105-
CMYK00.290.570.03
HSL29.58º89.87%69.02%-
HSV(B)29.58º57.49%96.86%-
XYZ56.2451.4520.33-
YUV188.5580.85169.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.87%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 105 (41.41% from 255) = 19.92%
R=46.87%
G=33.21%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717510500.290.570.0329.5889.8769.02
HexF7AF6901D3931e5a45
Octal36725715103571336132105
Binary11110111101011111101001011101111001111111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AF69; }

 p { color: rgb(247,175,105); }

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

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

 a { background-color: rgb(247,175,105); }

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

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

 span { border-color: rgb(247,175,105); }

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