#FEAD66

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

Shades of Rajah #FEAD66

Tints of Rajah #FEAD66

Color information

#FEAD66 (or 0xFEAD66) is unknown color: approx Rajah. HEX triplet: FE, AD and 66. RGB value is (254,173,102). Sum of RGB (Red+Green+Blue) = 254+173+102=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD66 is #015299. Grayscale: #BDBDBD. Windows color (decimal): -86682 or 6729214. OLE color: 6729214.

HSL color Cylindrical-coordinate representation of color #FEAD66: hue angle of 28.03º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEAD66 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB254173102-
CMYK00.320.600.00
HSL28.03º98.7%69.8%-
HSV(B)28.03º59.84%99.61%-
XYZ58.2151.9219.52-
YUV189.1278.84174.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 102 (40.23% from 255) = 19.28%
R=48.02%
G=32.70%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417310200.320.600.0028.0398.769.8
HexFEAD660203C01c6346
Octal37625514604074034143106
Binary11111110101011011100110010000011110001110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAD66; }

 p { color: rgb(254,173,102); }

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

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

 a { background-color: rgb(254,173,102); }

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

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

 span { border-color: rgb(254,173,102); }

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