#FDAE61

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

Shades of Rajah #FDAE61

Tints of Rajah #FDAE61

Color information

#FDAE61 (or 0xFDAE61) is unknown color: approx Rajah. HEX triplet: FD, AE and 61. RGB value is (253,174,97). Sum of RGB (Red+Green+Blue) = 253+174+97=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAE61 is #02519E. Grayscale: #BDBDBD. Windows color (decimal): -151967 or 6401789. OLE color: 6401789.

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

Color convert

RGB25317497-
CMYK00.310.620.01
HSL29.62º97.5%68.63%-
HSV(B)29.62º61.66%99.22%-
XYZ57.852.0218.3-
YUV188.8476.17173.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 97 (38.28% from 255) = 18.51%
R=48.28%
G=33.21%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531749700.310.620.0129.6297.568.63
HexFDAE6101F3E11e6245
Octal37525614103776136142105
Binary1111110110101110110000101111111111011111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAE61; }

 p { color: rgb(253,174,97); }

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

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

 a { background-color: rgb(253,174,97); }

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

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

 span { border-color: rgb(253,174,97); }

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