#FFBA61

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

Shades of Rajah #FFBA61

Tints of Rajah #FFBA61

Color information

#FFBA61 (or 0xFFBA61) is unknown color: approx Rajah. HEX triplet: FF, BA and 61. RGB value is (255,186,97). Sum of RGB (Red+Green+Blue) = 255+186+97=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA61 is #00459E. Grayscale: #C4C4C4. Windows color (decimal): -17823 or 6404863. OLE color: 6404863.

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

Color convert

RGB25518697-
CMYK00.270.620
HSL33.8º100%69.02%-
HSV(B)33.8º61.96%100%-
XYZ60.9657.2419.15-
YUV196.4871.86169.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 97 (38.28% from 255) = 18.03%
R=47.40%
G=34.57%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551869700.270.62033.810069.02
HexFFBA6101B3E0226445
Octal37727214103376042144105
Binary11111111101110101100001011011111110010001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA61; }

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

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

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

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

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

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

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

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