#FDB961

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

Shades of Rajah #FDB961

Tints of Rajah #FDB961

Color information

#FDB961 (or 0xFDB961) is unknown color: approx Rajah. HEX triplet: FD, B9 and 61. RGB value is (253,185,97). Sum of RGB (Red+Green+Blue) = 253+185+97=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB961 is #02469E. Grayscale: #C3C3C3. Windows color (decimal): -149151 or 6404605. OLE color: 6404605.

HSL color Cylindrical-coordinate representation of color #FDB961: hue angle of 33.85º 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 #FDB961 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25318597-
CMYK00.270.620.01
HSL33.85º97.5%68.63%-
HSV(B)33.85º61.66%99.22%-
XYZ60.0156.4419.04-
YUV195.372.53169.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.29%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 97 (38.28% from 255) = 18.13%
R=47.29%
G=34.58%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531859700.270.620.0133.8597.568.63
HexFDB96101B3E1226245
Octal37527114103376142142105
Binary11111101101110011100001011011111110110001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB961; }

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

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

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

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

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

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

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

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