#FEAF63

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

Shades of Rajah #FEAF63

Tints of Rajah #FEAF63

Color information

#FEAF63 (or 0xFEAF63) is unknown color: approx Rajah. HEX triplet: FE, AF and 63. RGB value is (254,175,99). Sum of RGB (Red+Green+Blue) = 254+175+99=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF63 is #01509C. Grayscale: #BEBEBE. Windows color (decimal): -86173 or 6533118. OLE color: 6533118.

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

Color convert

RGB25417599-
CMYK00.310.610.00
HSL29.42º98.73%69.22%-
HSV(B)29.42º61.02%99.61%-
XYZ58.4652.6318.88-
YUV189.9676.67173.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.11%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 99 (39.06% from 255) = 18.75%
R=48.11%
G=33.14%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541759900.310.610.0029.4298.7369.22
HexFEAF6301F3D01d6345
Octal37625714303775035143105
Binary1111111010101111110001101111111110101110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF63; }

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

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

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

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

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

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

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

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