#FEAD61

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

Shades of Rajah #FEAD61

Tints of Rajah #FEAD61

Color information

#FEAD61 (or 0xFEAD61) is unknown color: approx Rajah. HEX triplet: FE, AD and 61. RGB value is (254,173,97). Sum of RGB (Red+Green+Blue) = 254+173+97=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD61 is #01529E. Grayscale: #BCBCBC. Windows color (decimal): -86687 or 6401534. OLE color: 6401534.

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

Color convert

RGB25417397-
CMYK00.320.620.00
HSL29.04º98.74%68.82%-
HSV(B)29.04º61.81%99.61%-
XYZ57.9751.8218.26-
YUV188.5576.34174.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.47%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 97 (38.28% from 255) = 18.51%
R=48.47%
G=33.02%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541739700.320.620.0029.0498.7468.82
HexFEAD610203E01d6345
Octal37625514104076035143105
Binary11111110101011011100001010000011111001110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAD61; }

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

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

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

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

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

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

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

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