#F7AF6B

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

Shades of Rajah #F7AF6B

Tints of Rajah #F7AF6B

Color information

#F7AF6B (or 0xF7AF6B) is unknown color: approx Rajah. HEX triplet: F7, AF and 6B. RGB value is (247,175,107). Sum of RGB (Red+Green+Blue) = 247+175+107=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AF6B is #085094. Grayscale: #BDBDBD. Windows color (decimal): -544917 or 7057399. OLE color: 7057399.

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

Color convert

RGB247175107-
CMYK00.290.570.03
HSL29.14º89.74%69.41%-
HSV(B)29.14º56.68%96.86%-
XYZ56.3451.520.88-
YUV188.7881.85169.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.69%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 107 (42.19% from 255) = 20.23%
R=46.69%
G=33.08%
B=20.23%

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
Decimal24717510700.290.570.0329.1489.7469.41
HexF7AF6B01D3931d5a45
Octal36725715303571335132105
Binary11110111101011111101011011101111001111110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AF6B; }

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

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

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

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

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

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

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

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