#FDB460

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

Shades of Rajah #FDB460

Tints of Rajah #FDB460

Color information

#FDB460 (or 0xFDB460) is unknown color: approx Rajah. HEX triplet: FD, B4 and 60. RGB value is (253,180,96). Sum of RGB (Red+Green+Blue) = 253+180+96=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB460 is #024B9F. Grayscale: #C0C0C0. Windows color (decimal): -150432 or 6337789. OLE color: 6337789.

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

Color convert

RGB25318096-
CMYK00.290.620.01
HSL32.1º97.52%68.43%-
HSV(B)32.1º62.06%99.22%-
XYZ58.9454.3718.45-
YUV192.2573.68171.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.83%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 96 (37.89% from 255) = 18.15%
R=47.83%
G=34.03%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531809600.290.620.0132.197.5268.43
HexFDB46001D3E1206244
Octal37526414003576140142104
Binary11111101101101001100000011101111110110000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB460; }

 p { color: rgb(253,180,96); }

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

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

 a { background-color: rgb(253,180,96); }

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

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

 span { border-color: rgb(253,180,96); }

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