#FFAF63

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

Shades of Rajah #FFAF63

Tints of Rajah #FFAF63

Color information

#FFAF63 (or 0xFFAF63) is unknown color: approx Rajah. HEX triplet: FF, AF and 63. RGB value is (255,175,99). Sum of RGB (Red+Green+Blue) = 255+175+99=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF63 is #00509C. Grayscale: #BEBEBE. Windows color (decimal): -20637 or 6533119. OLE color: 6533119.

HSL color Cylindrical-coordinate representation of color #FFAF63: hue angle of 29.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFAF63 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB25517599-
CMYK00.310.610
HSL29.23º100%69.41%-
HSV(B)29.23º61.18%100%-
XYZ58.8252.8218.9-
YUV190.2676.5174.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 99 (39.06% from 255) = 18.71%
R=48.20%
G=33.08%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551759900.310.61029.2310069.41
HexFFAF6301F3D01d6445
Octal37725714303775035144105
Binary1111111110101111110001101111111110101110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF63; }

 p { color: rgb(255,175,99); }

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

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

 a { background-color: rgb(255,175,99); }

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

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

 span { border-color: rgb(255,175,99); }

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