#FFBA60

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

Shades of Rajah #FFBA60

Tints of Rajah #FFBA60

Color information

#FFBA60 (or 0xFFBA60) is unknown color: approx Rajah. HEX triplet: FF, BA and 60. RGB value is (255,186,96). Sum of RGB (Red+Green+Blue) = 255+186+96=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA60 is #00459F. Grayscale: #C4C4C4. Windows color (decimal): -17824 or 6339327. OLE color: 6339327.

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

Color convert

RGB25518696-
CMYK00.270.620
HSL33.96º100%68.82%-
HSV(B)33.96º62.35%100%-
XYZ60.9157.2218.9-
YUV196.3771.36169.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 96 (37.89% from 255) = 17.88%
R=47.49%
G=34.64%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551869600.270.62033.9610068.82
HexFFBA6001B3E0226445
Octal37727214003376042144105
Binary11111111101110101100000011011111110010001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA60; }

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

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

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

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

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

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

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

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