#FDAE69

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

Shades of Rajah #FDAE69

Tints of Rajah #FDAE69

Color information

#FDAE69 (or 0xFDAE69) is unknown color: approx Rajah. HEX triplet: FD, AE and 69. RGB value is (253,174,105). Sum of RGB (Red+Green+Blue) = 253+174+105=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAE69 is #025196. Grayscale: #BEBEBE. Windows color (decimal): -151959 or 6926077. OLE color: 6926077.

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

Color convert

RGB253174105-
CMYK00.310.580.01
HSL27.97º97.37%70.2%-
HSV(B)27.97º58.5%99.22%-
XYZ58.1952.1720.37-
YUV189.7580.17173.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.56%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 105 (41.41% from 255) = 19.74%
R=47.56%
G=32.71%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317410500.310.580.0127.9797.3770.2
HexFDAE6901F3A11c6146
Octal37525615103772134141106
Binary1111110110101110110100101111111101011110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAE69; }

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

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

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

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

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

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

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

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