#FDBA61

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

Shades of Rajah #FDBA61

Tints of Rajah #FDBA61

Color information

#FDBA61 (or 0xFDBA61) is unknown color: approx Rajah. HEX triplet: FD, BA and 61. RGB value is (253,186,97). Sum of RGB (Red+Green+Blue) = 253+186+97=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA61 is #02459E. Grayscale: #C4C4C4. Windows color (decimal): -148895 or 6404861. OLE color: 6404861.

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

Color convert

RGB25318697-
CMYK00.260.620.01
HSL34.23º97.5%68.63%-
HSV(B)34.23º61.66%99.22%-
XYZ60.2256.8619.11-
YUV195.8972.2168.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 97 (38.28% from 255) = 18.10%
R=47.20%
G=34.70%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531869700.260.620.0134.2397.568.63
HexFDBA6101A3E1226245
Octal37527214103276142142105
Binary11111101101110101100001011010111110110001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBA61; }

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

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

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

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

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

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

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

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