#FEAD69

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

Shades of Rajah #FEAD69

Tints of Rajah #FEAD69

Color information

#FEAD69 (or 0xFEAD69) is unknown color: approx Rajah. HEX triplet: FE, AD and 69. RGB value is (254,173,105). Sum of RGB (Red+Green+Blue) = 254+173+105=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD69 is #015296. Grayscale: #BDBDBD. Windows color (decimal): -86679 or 6925822. OLE color: 6925822.

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

Color convert

RGB254173105-
CMYK00.320.590.00
HSL27.38º98.68%70.39%-
HSV(B)27.38º58.66%99.61%-
XYZ58.3751.9820.32-
YUV189.4780.34174.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.74%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 105 (41.41% from 255) = 19.74%
R=47.74%
G=32.52%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417310500.320.590.0027.3898.6870.39
HexFEAD690203B01b6346
Octal37625515104073033143106
Binary11111110101011011101001010000011101101101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAD69; }

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

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

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

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

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

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

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

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